#EE5511

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

Shades of Persimmon #EE5511

Tints of Persimmon #EE5511

Color information

#EE5511 (or 0xEE5511) is unknown color: approx Persimmon. HEX triplet: EE, 55 and 11. RGB value is (238,85,17). Sum of RGB (Red+Green+Blue) = 238+85+17=340 (45% of max value = 765). Red value is 238 (93.36% from 255 or 70% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 17 (7.03% from 255 or 5% from 340); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5511 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5511 is #11AAEE. Grayscale: #7B7B7B. Windows color (decimal): -1157871 or 1136110. OLE color: 1136110.

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

Color convert

RGB2388517-
CMYK00.640.930.07
HSL18.46º86.67%50%-
HSV(B)18.46º92.86%93.33%-
XYZ38.6124.713.27-
YUV122.9968.19210.03-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 70%
GREEN value IS 85 (33.59% from 255) = 25%
BLUE value IS 17 (7.03% from 255) = 5%
R=70%
G=25%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238851700.640.930.0718.4686.6750
HexEE55110405D7125732
Octal35612521010013572212762
Binary11101110101010110001010000001011101111100101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5511; }

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

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

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

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

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

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

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

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