#EE8362

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

Shades of Crusta #EE8362

Tints of Crusta #EE8362

Color information

#EE8362 (or 0xEE8362) is unknown color: approx Crusta. HEX triplet: EE, 83 and 62. RGB value is (238,131,98). Sum of RGB (Red+Green+Blue) = 238+131+98=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 98 (38.67% from 255 or 20.99% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8362 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8362 is #117C9D. Grayscale: #9F9F9F. Windows color (decimal): -1146014 or 6456302. OLE color: 6456302.

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

Color convert

RGB23813198-
CMYK00.450.590.07
HSL14.14º80.46%65.88%-
HSV(B)14.14º58.82%93.33%-
XYZ45.5835.2915.96-
YUV159.2393.45184.18-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50.96%
GREEN value IS 131 (51.56% from 255) = 28.05%
BLUE value IS 98 (38.67% from 255) = 20.99%
R=50.96%
G=28.05%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381319800.450.590.0714.1480.4665.88
HexEE836202D3B7e5042
Octal35620314205573716120102
Binary111011101000001111000100101101111011111111010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8362; }

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

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

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

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

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

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

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

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