#EE7F55

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

Shades of Crusta #EE7F55

Tints of Crusta #EE7F55

Color information

#EE7F55 (or 0xEE7F55) is unknown color: approx Crusta. HEX triplet: EE, 7F and 55. RGB value is (238,127,85). Sum of RGB (Red+Green+Blue) = 238+127+85=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 85 (33.59% from 255 or 18.89% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7F55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7F55 is #1180AA. Grayscale: #9B9B9B. Windows color (decimal): -1147051 or 5603310. OLE color: 5603310.

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

Color convert

RGB23812785-
CMYK00.470.640.07
HSL16.47º81.82%63.33%-
HSV(B)16.47º64.29%93.33%-
XYZ44.4934.0112.81-
YUV155.488.27186.92-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 52.89%
GREEN value IS 127 (50% from 255) = 28.22%
BLUE value IS 85 (33.59% from 255) = 18.89%
R=52.89%
G=28.22%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381278500.470.640.0716.4781.8263.33
HexEE7F5502F40710523f
Octal35617712505710072012277
Binary111011101111111101010101011111000000111100001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7F55; }

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

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

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

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

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

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

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

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