#EE5812

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

Shades of Persimmon #EE5812

Tints of Persimmon #EE5812

Color information

#EE5812 (or 0xEE5812) is unknown color: approx Persimmon. HEX triplet: EE, 58 and 12. RGB value is (238,88,18). Sum of RGB (Red+Green+Blue) = 238+88+18=344 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.19% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 18 (7.42% from 255 or 5.23% from 344); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5812 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5812 is #11A7ED. Grayscale: #7D7D7D. Windows color (decimal): -1157102 or 1202414. OLE color: 1202414.

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

Color convert

RGB2388818-
CMYK00.630.920.07
HSL19.09º86.61%50.2%-
HSV(B)19.09º92.44%93.33%-
XYZ38.8625.23.39-
YUV124.8767.7208.69-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 69.19%
GREEN value IS 88 (34.77% from 255) = 25.58%
BLUE value IS 18 (7.42% from 255) = 5.23%
R=69.19%
G=25.58%
B=5.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.92
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238881800.630.920.0719.0986.6150.2
HexEE581203F5C7135732
Octal3561302207713472312762
Binary1110111010110001001001111111011100111100111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5812; }

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

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

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

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

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

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

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

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