#EE8355

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

Shades of Crusta #EE8355

Tints of Crusta #EE8355

Color information

#EE8355 (or 0xEE8355) is unknown color: approx Crusta. HEX triplet: EE, 83 and 55. RGB value is (238,131,85). Sum of RGB (Red+Green+Blue) = 238+131+85=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 131 (51.56% from 255 or 28.85% from 454); Blue value is 85 (33.59% from 255 or 18.72% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8355 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8355 is #117CAA. Grayscale: #9E9E9E. Windows color (decimal): -1146027 or 5604334. OLE color: 5604334.

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

Color convert

RGB23813185-
CMYK00.450.640.07
HSL18.04º81.82%63.33%-
HSV(B)18.04º64.29%93.33%-
XYZ45.0235.0712.99-
YUV157.7586.95185.24-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 52.42%
GREEN value IS 131 (51.56% from 255) = 28.85%
BLUE value IS 85 (33.59% from 255) = 18.72%
R=52.42%
G=28.85%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381318500.450.640.0718.0481.8263.33
HexEE835502D40712523f
Octal35620312505510072212277
Binary1110111010000011101010101011011000000111100101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8355; }

 p { color: rgb(238,131,85); }

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

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

 a { background-color: rgb(238,131,85); }

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

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

 span { border-color: rgb(238,131,85); }

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