Html Css Color HEX #EA8859 Crusta

📋 copy color: '#EA8859'

red 234 ◦ green 136 ◦ blue 89

#EA8859
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusta #EA8859

Tints of Crusta #EA8859

RGB

 RED value IS 234 (91.8% from 255) = 50.98%

 GREEN value IS 136 (53.52% from 255) = 29.63%

 BLUE value IS 89 (35.16% from 255) = 19.39%

R = 50.98%
G = 29.63%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EA8859 (or 0xEA8859) is known color: Crusta. HEX triplet: EA, 88 and 59. RGB value is (234,136,89). Sum of RGB (Red+Green+Blue) = 234+136+89=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 89 (35.16% from 255 or 19.39% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8859 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8859 is #1577A6. Grayscale: #A0A0A0. Windows color (decimal): -1406887 or 5867754. OLE color: 5867754.

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

Color convert

RGB 234 136 89 -
CMYK 0 0.42 0.62 0.08
HSL 19.45º 0.78% 0.63% -
HSV(B) 19.45º 0.62% 0.92% -
XYZ 44.54 35.82 14.02 -
YUV 159.94 87.97 180.82 -
System Red Green Blue C M Y K H S L
Decimal 234 136 89 0 0.42 0.62 0.08 19.45 0.78 0.63
Hex EA 88 59 0 2A 3E 8 13 4E 3F
Octal 352 210 131 0 52 76 10 23 116 77
Binary 11101010 10001000 1011001 0 101010 111110 1000 10011 1001110 111111

Color Harmonies of #EA8859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8859

Black with #EA8859

Text Example


Text Example

White with #EA8859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8859; }

 p { color: rgb(234,136,89); }

 H1.HeaderClassName
 {
   color: #EA8859;
 }
 .AnyTagClassName
 {
   color: #EA8859;
 }
</style>

background-color css

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

 a { background-color: rgb(234,136,89); }

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

border-color css

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

 span { border-color: rgb(234,136,89); }

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