#EE9161

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

Shades of Crusta #EE9161

Tints of Crusta #EE9161

Color information

#EE9161 (or 0xEE9161) is unknown color: approx Crusta. HEX triplet: EE, 91 and 61. RGB value is (238,145,97). Sum of RGB (Red+Green+Blue) = 238+145+97=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 145 (57.03% from 255 or 30.21% from 480); Blue value is 97 (38.28% from 255 or 20.21% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9161 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9161 is #116E9E. Grayscale: #A7A7A7. Windows color (decimal): -1142431 or 6394350. OLE color: 6394350.

HSL color Cylindrical-coordinate representation of color #EE9161: hue angle of 20.43º degrees, saturation: 0.81, 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 #EE9161 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB23814597-
CMYK00.390.590.07
HSL20.43º80.57%65.69%-
HSV(B)20.43º59.24%93.33%-
XYZ47.5439.2916.39-
YUV167.3388.31178.4-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 49.58%
GREEN value IS 145 (57.03% from 255) = 30.21%
BLUE value IS 97 (38.28% from 255) = 20.21%
R=49.58%
G=30.21%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381459700.390.590.0720.4380.5765.69
HexEE91610273B7145142
Octal35622114104773724121102
Binary1110111010010001110000101001111110111111010010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9161; }

 p { color: rgb(238,145,97); }

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

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

 a { background-color: rgb(238,145,97); }

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

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

 span { border-color: rgb(238,145,97); }

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