#EE5112

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

Shades of Persimmon #EE5112

Tints of Persimmon #EE5112

Color information

#EE5112 (or 0xEE5112) is unknown color: approx Persimmon. HEX triplet: EE, 51 and 12. RGB value is (238,81,18). Sum of RGB (Red+Green+Blue) = 238+81+18=337 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.62% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5112 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5112 is #11AEED. Grayscale: #797979. Windows color (decimal): -1158894 or 1200622. OLE color: 1200622.

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

Color convert

RGB2388118-
CMYK00.660.920.07
HSL17.18º86.61%50.2%-
HSV(B)17.18º92.44%93.33%-
XYZ38.3124.113.21-
YUV120.7670.01211.62-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 70.62%
GREEN value IS 81 (32.03% from 255) = 24.04%
BLUE value IS 18 (7.42% from 255) = 5.34%
R=70.62%
G=24.04%
B=5.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.92
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238811800.660.920.0717.1886.6150.2
HexEE51120425C7115732
Octal35612122010213472112762
Binary11101110101000110010010000101011100111100011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5112; }

 p { color: rgb(238,81,18); }

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

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

 a { background-color: rgb(238,81,18); }

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

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

 span { border-color: rgb(238,81,18); }

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