#EE5B17

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

Shades of Persimmon #EE5B17

Tints of Persimmon #EE5B17

Color information

#EE5B17 (or 0xEE5B17) is unknown color: approx Persimmon. HEX triplet: EE, 5B and 17. RGB value is (238,91,23). Sum of RGB (Red+Green+Blue) = 238+91+23=352 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.61% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 23 (9.38% from 255 or 6.53% from 352); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5B17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5B17 is #11A4E8. Grayscale: #7F7F7F. Windows color (decimal): -1156329 or 1530862. OLE color: 1530862.

HSL color Cylindrical-coordinate representation of color #EE5B17: hue angle of 18.98º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE5B17 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB2389123-
CMYK00.620.900.07
HSL18.98º86.35%51.18%-
HSV(B)18.98º90.34%93.33%-
XYZ39.1625.723.71-
YUV127.269.2207.03-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 67.61%
GREEN value IS 91 (35.94% from 255) = 25.85%
BLUE value IS 23 (9.38% from 255) = 6.53%
R=67.61%
G=25.85%
B=6.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.90
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238912300.620.900.0718.9886.3551.18
HexEE5B1703E5A7135633
Octal3561332707613272312663
Binary1110111010110111011101111101011010111100111010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5B17; }

 p { color: rgb(238,91,23); }

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

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

 a { background-color: rgb(238,91,23); }

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

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

 span { border-color: rgb(238,91,23); }

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