#EE5D02

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

Shades of Persimmon #EE5D02

Tints of Persimmon #EE5D02

Color information

#EE5D02 (or 0xEE5D02) is unknown color: approx Persimmon. HEX triplet: EE, 5D and 02. RGB value is (238,93,2). Sum of RGB (Red+Green+Blue) = 238+93+2=333 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.47% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 2 (1.17% from 255 or 0.60% from 333); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5D02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5D02 is #11A2FD. Grayscale: #7E7E7E. Windows color (decimal): -1155838 or 155118. OLE color: 155118.

HSL color Cylindrical-coordinate representation of color #EE5D02: hue angle of 23.14º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE5D02 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB238932-
CMYK00.610.990.07
HSL23.14º98.33%47.06%-
HSV(B)23.14º99.16%93.33%-
XYZ39.1926.013.01-
YUV125.9858.04207.9-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 71.47%
GREEN value IS 93 (36.72% from 255) = 27.93%
BLUE value IS 2 (1.17% from 255) = 0.60%
R=71.47%
G=27.93%
B=0.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.99
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23893200.610.990.0723.1498.3347.06
HexEE5D203D63717622f
Octal356135207514372714257
Binary1110111010111011001111011100011111101111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5D02; }

 p { color: rgb(238,93,2); }

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

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

 a { background-color: rgb(238,93,2); }

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

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

 span { border-color: rgb(238,93,2); }

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