#EE855A

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

Shades of Crusta #EE855A

Tints of Crusta #EE855A

Color information

#EE855A (or 0xEE855A) is unknown color: approx Crusta. HEX triplet: EE, 85 and 5A. RGB value is (238,133,90). Sum of RGB (Red+Green+Blue) = 238+133+90=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 90 (35.55% from 255 or 19.52% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EE855A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE855A is #117AA5. Grayscale: #9F9F9F. Windows color (decimal): -1145510 or 5932526. OLE color: 5932526.

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

Color convert

RGB23813390-
CMYK00.440.620.07
HSL17.43º81.32%64.31%-
HSV(B)17.43º62.18%93.33%-
XYZ45.4935.6914.16-
YUV159.4988.79184-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 51.63%
GREEN value IS 133 (52.34% from 255) = 28.85%
BLUE value IS 90 (35.55% from 255) = 19.52%
R=51.63%
G=28.85%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381339000.440.620.0717.4381.3264.31
HexEE855A02C3E7115140
Octal35620513205476721121100
Binary1110111010000101101101001011001111101111000110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE855A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE855A; }

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

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

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

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

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

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

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

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