#EE915D

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

Shades of Crusta #EE915D

Tints of Crusta #EE915D

Color information

#EE915D (or 0xEE915D) is unknown color: approx Crusta. HEX triplet: EE, 91 and 5D. RGB value is (238,145,93). Sum of RGB (Red+Green+Blue) = 238+145+93=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 145 (57.03% from 255 or 30.46% from 476); Blue value is 93 (36.72% from 255 or 19.54% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EE915D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE915D is #116EA2. Grayscale: #A7A7A7. Windows color (decimal): -1142435 or 6132206. OLE color: 6132206.

HSL color Cylindrical-coordinate representation of color #EE915D: hue angle of 21.52º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EE915D is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB23814593-
CMYK00.390.610.07
HSL21.52º81.01%64.9%-
HSV(B)21.52º60.92%93.33%-
XYZ47.3639.2215.43-
YUV166.8886.31178.73-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50%
GREEN value IS 145 (57.03% from 255) = 30.46%
BLUE value IS 93 (36.72% from 255) = 19.54%
R=50%
G=30.46%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381459300.390.610.0721.5281.0164.9
HexEE915D0273D7165141
Octal35622113504775726121101
Binary1110111010010001101110101001111111011111011010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE915D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE915D; }

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

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

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

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

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

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

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

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