#EE855E

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

Shades of Crusta #EE855E

Tints of Crusta #EE855E

Color information

#EE855E (or 0xEE855E) is unknown color: approx Crusta. HEX triplet: EE, 85 and 5E. RGB value is (238,133,94). Sum of RGB (Red+Green+Blue) = 238+133+94=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 94 (37.11% from 255 or 20.22% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE855E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE855E is #117AA1. Grayscale: #A0A0A0. Windows color (decimal): -1145506 or 6194670. OLE color: 6194670.

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

Color convert

RGB23813394-
CMYK00.440.610.07
HSL16.25º80.9%65.1%-
HSV(B)16.25º60.5%93.33%-
XYZ45.6735.7615.09-
YUV159.9590.79183.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 51.18%
GREEN value IS 133 (52.34% from 255) = 28.60%
BLUE value IS 94 (37.11% from 255) = 20.22%
R=51.18%
G=28.60%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381339400.440.610.0716.2580.965.1
HexEE855E02C3D7105141
Octal35620513605475720121101
Binary1110111010000101101111001011001111011111000010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE855E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE855E; }

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

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

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

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

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

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

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

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