#EE8352

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

Shades of Crusta #EE8352

Tints of Crusta #EE8352

Color information

#EE8352 (or 0xEE8352) is unknown color: approx Crusta. HEX triplet: EE, 83 and 52. RGB value is (238,131,82). Sum of RGB (Red+Green+Blue) = 238+131+82=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 82 (32.42% from 255 or 18.18% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8352 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8352 is #117CAD. Grayscale: #9D9D9D. Windows color (decimal): -1146030 or 5407726. OLE color: 5407726.

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

Color convert

RGB23813182-
CMYK00.450.660.07
HSL18.85º82.11%62.75%-
HSV(B)18.85º65.55%93.33%-
XYZ44.935.0212.38-
YUV157.4185.45185.48-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 52.77%
GREEN value IS 131 (51.56% from 255) = 29.05%
BLUE value IS 82 (32.42% from 255) = 18.18%
R=52.77%
G=29.05%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381318200.450.660.0718.8582.1162.75
HexEE835202D42713523f
Octal35620312205510272312277
Binary1110111010000011101001001011011000010111100111010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8352; }

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

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

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

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

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

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

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

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