#EE5200

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

Shades of Persimmon #EE5200

Tints of Persimmon #EE5200

Color information

#EE5200 (or 0xEE5200) is unknown color: approx Persimmon. HEX triplet: EE, 52 and 00. RGB value is (238,82,0). Sum of RGB (Red+Green+Blue) = 238+82+0=320 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.38% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5200 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5200 is #11ADFF. Grayscale: #777777. Windows color (decimal): -1158656 or 21230. OLE color: 21230.

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

Color convert

RGB238820-
CMYK00.6610.07
HSL20.67º100%46.67%-
HSV(B)20.67º100%93.33%-
XYZ38.2824.212.66-
YUV119.360.68212.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 74.38%
GREEN value IS 82 (32.42% from 255) = 25.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.38%
G=25.62%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 1
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23882000.6610.0720.6710046.67
HexEE52004264715642f
Octal3561220010214472514457
Binary1110111010100100010000101100100111101011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5200; }

 p { color: rgb(238,82,0); }

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

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

 a { background-color: rgb(238,82,0); }

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

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

 span { border-color: rgb(238,82,0); }

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