Html Css Color HEX #EE8059 Crusta

📋 copy color: '#EE8059'

red 238 ◦ green 128 ◦ blue 89

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

Shades of Crusta #EE8059

Tints of Crusta #EE8059

RGB

 RED value IS 238 (93.36% from 255) = 52.31%

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

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

R = 52.31%
G = 28.13%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EE8059 (or 0xEE8059) is known color: Crusta. HEX triplet: EE, 80 and 59. RGB value is (238,128,89). Sum of RGB (Red+Green+Blue) = 238+128+89=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 89 (35.16% from 255 or 19.56% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8059 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8059 is #117FA6. Grayscale: #9C9C9C. Windows color (decimal): -1146791 or 5865710. OLE color: 5865710.

HSL color Cylindrical-coordinate representation of color #EE8059: hue angle of 15.7º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EE8059 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 128 89 -
CMYK 0 0.46 0.63 0.07
HSL 15.7º 0.81% 0.64% -
HSV(B) 15.7º 0.63% 0.93% -
XYZ 44.78 34.34 13.72 -
YUV 156.44 89.94 186.17 -
System Red Green Blue C M Y K H S L
Decimal 238 128 89 0 0.46 0.63 0.07 15.7 0.81 0.64
Hex EE 80 59 0 2E 3F 7 10 51 40
Octal 356 200 131 0 56 77 7 20 121 100
Binary 11101110 10000000 1011001 0 101110 111111 111 10000 1010001 1000000

Color Harmonies of #EE8059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8059

Black with #EE8059

Text Example


Text Example

White with #EE8059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8059; }

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

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

background-color css

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

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

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

border-color css

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

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

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