Html Css Color HEX #EA8059 Crusta

📋 copy color: '#EA8059'

red 234 ◦ green 128 ◦ blue 89

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

Shades of Crusta #EA8059

Tints of Crusta #EA8059

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.38%

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

R = 51.88%
G = 28.38%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EA8059 (or 0xEA8059) is known color: Crusta. HEX triplet: EA, 80 and 59. RGB value is (234,128,89). Sum of RGB (Red+Green+Blue) = 234+128+89=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 89 (35.16% from 255 or 19.73% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8059 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8059 is #157FA6. Grayscale: #9B9B9B. Windows color (decimal): -1408935 or 5865706. OLE color: 5865706.

HSL color Cylindrical-coordinate representation of color #EA8059: hue angle of 16.14º 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 #EA8059 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 128 89 -
CMYK 0 0.45 0.62 0.08
HSL 16.14º 0.78% 0.63% -
HSV(B) 16.14º 0.62% 0.92% -
XYZ 43.45 33.65 13.66 -
YUV 155.25 90.62 184.17 -
System Red Green Blue C M Y K H S L
Decimal 234 128 89 0 0.45 0.62 0.08 16.14 0.78 0.63
Hex EA 80 59 0 2D 3E 8 10 4E 3F
Octal 352 200 131 0 55 76 10 20 116 77
Binary 11101010 10000000 1011001 0 101101 111110 1000 10000 1001110 111111

Color Harmonies of #EA8059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8059

Black with #EA8059

Text Example


Text Example

White with #EA8059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8059; }

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

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

background-color css

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

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

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

border-color css

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

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

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