#EE945A

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

Shades of Crusta #EE945A

Tints of Crusta #EE945A

Color information

#EE945A (or 0xEE945A) is unknown color: approx Crusta. HEX triplet: EE, 94 and 5A. RGB value is (238,148,90). Sum of RGB (Red+Green+Blue) = 238+148+90=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 90 (35.55% from 255 or 18.91% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EE945A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE945A is #116BA5. Grayscale: #A8A8A8. Windows color (decimal): -1141670 or 5936366. OLE color: 5936366.

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

Color convert

RGB23814890-
CMYK00.380.620.07
HSL23.51º81.32%64.31%-
HSV(B)23.51º62.18%93.33%-
XYZ47.740.114.9-
YUV168.383.82177.72-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50%
GREEN value IS 148 (58.20% from 255) = 31.09%
BLUE value IS 90 (35.55% from 255) = 18.91%
R=50%
G=31.09%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381489000.380.620.0723.5181.3264.31
HexEE945A0263E7185140
Octal35622413204676730121100
Binary1110111010010100101101001001101111101111100010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE945A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE945A; }

 p { color: rgb(238,148,90); }

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

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

 a { background-color: rgb(238,148,90); }

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

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

 span { border-color: rgb(238,148,90); }

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