#EE8055

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

Shades of Crusta #EE8055

Tints of Crusta #EE8055

Color information

#EE8055 (or 0xEE8055) is unknown color: approx Crusta. HEX triplet: EE, 80 and 55. RGB value is (238,128,85). Sum of RGB (Red+Green+Blue) = 238+128+85=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 85 (33.59% from 255 or 18.85% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8055 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8055 is #117FAA. Grayscale: #9C9C9C. Windows color (decimal): -1146795 or 5603566. OLE color: 5603566.

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

Color convert

RGB23812885-
CMYK00.460.640.07
HSL16.86º81.82%63.33%-
HSV(B)16.86º64.29%93.33%-
XYZ44.6234.2712.86-
YUV155.9987.94186.5-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 52.77%
GREEN value IS 128 (50.39% from 255) = 28.38%
BLUE value IS 85 (33.59% from 255) = 18.85%
R=52.77%
G=28.38%
B=18.85%

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
Decimal2381288500.460.640.0716.8681.8263.33
HexEE805502E40711523f
Octal35620012505610072112277
Binary1110111010000000101010101011101000000111100011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8055; }

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

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

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

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

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

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

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

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