#EE8755

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

Shades of Crusta #EE8755

Tints of Crusta #EE8755

Color information

#EE8755 (or 0xEE8755) is unknown color: approx Crusta. HEX triplet: EE, 87 and 55. RGB value is (238,135,85). Sum of RGB (Red+Green+Blue) = 238+135+85=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 85 (33.59% from 255 or 18.56% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8755 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8755 is #1178AA. Grayscale: #A0A0A0. Windows color (decimal): -1145003 or 5605358. OLE color: 5605358.

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

Color convert

RGB23813585-
CMYK00.430.640.07
HSL19.61º81.82%63.33%-
HSV(B)19.61º64.29%93.33%-
XYZ45.5636.1613.17-
YUV160.185.62183.57-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 51.97%
GREEN value IS 135 (53.12% from 255) = 29.48%
BLUE value IS 85 (33.59% from 255) = 18.56%
R=51.97%
G=29.48%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381358500.430.640.0719.6181.8263.33
HexEE875502B40714523f
Octal35620712505310072412277
Binary1110111010000111101010101010111000000111101001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8755; }

 p { color: rgb(238,135,85); }

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

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

 a { background-color: rgb(238,135,85); }

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

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

 span { border-color: rgb(238,135,85); }

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