#ee5912

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

Shades of Persimmon #EE5912

Tints of Persimmon #EE5912

Color information

#EE5912 (or 0xEE5912) is unknown color: approx Persimmon. HEX triplet: EE, 59 and 12. RGB value is (238,89,18). Sum of RGB (Red+Green+Blue) = 238+89+18=345 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.99% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 18 (7.42% from 255 or 5.22% from 345); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5912 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5912 is #11A6ED. Grayscale: #7D7D7D. Windows color (decimal): -1156846 or 1202670. OLE color: 1202670.

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

Color convert

RGB2388918-
CMYK00.630.920.07
HSL19.36º86.61%50.2%-
HSV(B)19.36º92.44%93.33%-
XYZ38.9425.373.42-
YUV125.4667.36208.27-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 68.99%
GREEN value IS 89 (35.16% from 255) = 25.80%
BLUE value IS 18 (7.42% from 255) = 5.22%
R=68.99%
G=25.80%
B=5.22%

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
Decimal238891800.630.920.0719.3686.6150.2
HexEE591203F5C7135732
Octal3561312207713472312762
Binary1110111010110011001001111111011100111100111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee5912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee5912; }

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

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

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

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

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

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

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

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