#EE8155

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

Shades of Crusta #EE8155

Tints of Crusta #EE8155

Color information

#EE8155 (or 0xEE8155) is unknown color: approx Crusta. HEX triplet: EE, 81 and 55. RGB value is (238,129,85). Sum of RGB (Red+Green+Blue) = 238+129+85=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 85 (33.59% from 255 or 18.81% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8155 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8155 is #117EAA. Grayscale: #9C9C9C. Windows color (decimal): -1146539 or 5603822. OLE color: 5603822.

HSL color Cylindrical-coordinate representation of color #EE8155: hue angle of 17.25º 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 #EE8155 is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB23812985-
CMYK00.460.640.07
HSL17.25º81.82%63.33%-
HSV(B)17.25º64.29%93.33%-
XYZ44.7534.5312.9-
YUV156.5787.61186.08-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 52.65%
GREEN value IS 129 (50.78% from 255) = 28.54%
BLUE value IS 85 (33.59% from 255) = 18.81%
R=52.65%
G=28.54%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381298500.460.640.0717.2581.8263.33
HexEE815502E40711523f
Octal35620112505610072112277
Binary1110111010000001101010101011101000000111100011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8155; }

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

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

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

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

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

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

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

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