#EA8357

Color #EA8357 Crusta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusta #EA8357

Tints of Crusta #EA8357

Color information

#EA8357 (or 0xEA8357) is unknown color: approx Crusta. HEX triplet: EA, 83 and 57. RGB value is (234,131,87). Sum of RGB (Red+Green+Blue) = 234+131+87=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 131 (51.56% from 255 or 28.98% from 452); Blue value is 87 (34.38% from 255 or 19.25% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8357 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8357 is #157CA8. Grayscale: #9D9D9D. Windows color (decimal): -1408169 or 5735402. OLE color: 5735402.

HSL color Cylindrical-coordinate representation of color #EA8357: hue angle of 17.96º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EA8357 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.08.

Color convert

RGB23413187-
CMYK00.440.630.08
HSL17.96º77.78%62.94%-
HSV(B)17.96º62.82%91.76%-
XYZ43.7734.4113.35-
YUV156.7888.62183.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 51.77%
GREEN value IS 131 (51.56% from 255) = 28.98%
BLUE value IS 87 (34.38% from 255) = 19.25%
R=51.77%
G=28.98%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341318700.440.630.0817.9677.7862.94
HexEA835702C3F8124e3f
Octal35220312705477102211677
Binary1110101010000011101011101011001111111000100101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8357; }

 p { color: rgb(234,131,87); }

 H1.HeaderClassName
 {
   color: #EA8357;
 }
 .AnyTagClassName
 {
   color: #EA8357;
 }
</style>
background-color css

<style>
 a { background-color: #EA8357; }

 a { background-color: rgb(234,131,87); }

 div.DivClassName
 {
   background-color: #EA8357;
 }
 .BgClassName
 {
   background-color: #EA8357;
 }
</style>
border-color css

<style>
 span { border-color: #EA8357; }

 span { border-color: rgb(234,131,87); }

 td.TdClassName
 {
   border-color: #EA8357;
 }
 .TagClassName
 {
   border-color: #EA8357;
 }
</style>