#EE8C52

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

Shades of Crusta #EE8C52

Tints of Crusta #EE8C52

Color information

#EE8C52 (or 0xEE8C52) is unknown color: approx Crusta. HEX triplet: EE, 8C and 52. RGB value is (238,140,82). Sum of RGB (Red+Green+Blue) = 238+140+82=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 82 (32.42% from 255 or 17.83% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8C52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8C52 is #1173AD. Grayscale: #A3A3A3. Windows color (decimal): -1143726 or 5410030. OLE color: 5410030.

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

Color convert

RGB23814082-
CMYK00.410.660.07
HSL22.31º82.11%62.75%-
HSV(B)22.31º65.55%93.33%-
XYZ46.1637.5412.8-
YUV162.6982.47181.72-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 51.74%
GREEN value IS 140 (55.08% from 255) = 30.43%
BLUE value IS 82 (32.42% from 255) = 17.83%
R=51.74%
G=30.43%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381408200.410.660.0722.3182.1162.75
HexEE8C5202942716523f
Octal35621412205110272612277
Binary1110111010001100101001001010011000010111101101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8C52; }

 p { color: rgb(238,140,82); }

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

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

 a { background-color: rgb(238,140,82); }

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

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

 span { border-color: rgb(238,140,82); }

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