#EE5A17

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

Shades of Persimmon #EE5A17

Tints of Persimmon #EE5A17

Color information

#EE5A17 (or 0xEE5A17) is unknown color: approx Persimmon. HEX triplet: EE, 5A and 17. RGB value is (238,90,23). Sum of RGB (Red+Green+Blue) = 238+90+23=351 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.81% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 23 (9.38% from 255 or 6.55% from 351); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5A17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5A17 is #11A5E8. Grayscale: #7F7F7F. Windows color (decimal): -1156585 or 1530606. OLE color: 1530606.

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

Color convert

RGB2389023-
CMYK00.620.900.07
HSL18.7º86.35%51.18%-
HSV(B)18.7º90.34%93.33%-
XYZ39.0725.553.68-
YUV126.6169.53207.45-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 67.81%
GREEN value IS 90 (35.55% from 255) = 25.64%
BLUE value IS 23 (9.38% from 255) = 6.55%
R=67.81%
G=25.64%
B=6.55%

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
Decimal238902300.620.900.0718.786.3551.18
HexEE5A1703E5A7135633
Octal3561322707613272312663
Binary1110111010110101011101111101011010111100111010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5A17; }

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

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

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

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

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

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

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

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