#EE804E

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

Shades of Crusta #EE804E

Tints of Crusta #EE804E

Color information

#EE804E (or 0xEE804E) is unknown color: approx Crusta. HEX triplet: EE, 80 and 4E. RGB value is (238,128,78). Sum of RGB (Red+Green+Blue) = 238+128+78=444 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.60% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 78 (30.86% from 255 or 17.57% from 444); Max value from RGB is 238 - color contains mainly: red. Hex color #EE804E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE804E is #117FB1. Grayscale: #9B9B9B. Windows color (decimal): -1146802 or 5144814. OLE color: 5144814.

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

Color convert

RGB23812878-
CMYK00.460.670.07
HSL18.75º82.47%61.96%-
HSV(B)18.75º67.23%93.33%-
XYZ44.3534.1711.46-
YUV155.1984.44187.07-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 53.60%
GREEN value IS 128 (50.39% from 255) = 28.83%
BLUE value IS 78 (30.86% from 255) = 17.57%
R=53.60%
G=28.83%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381287800.460.670.0718.7582.4761.96
HexEE804E02E43713523e
Octal35620011605610372312276
Binary1110111010000000100111001011101000011111100111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE804E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE804E; }

 p { color: rgb(238,128,78); }

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

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

 a { background-color: rgb(238,128,78); }

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

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

 span { border-color: rgb(238,128,78); }

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