#EE500A

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

Shades of Persimmon #EE500A

Tints of Persimmon #EE500A

Color information

#EE500A (or 0xEE500A) is unknown color: approx Persimmon. HEX triplet: EE, 50 and 0A. RGB value is (238,80,10). Sum of RGB (Red+Green+Blue) = 238+80+10=328 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.56% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 238 - color contains mainly: red. Hex color #EE500A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE500A is #11AFF5. Grayscale: #777777. Windows color (decimal): -1159158 or 676078. OLE color: 676078.

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

Color convert

RGB2388010-
CMYK00.660.960.07
HSL18.42º91.94%48.63%-
HSV(B)18.42º95.8%93.33%-
XYZ38.1823.942.89-
YUV119.2666.35212.69-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 72.56%
GREEN value IS 80 (31.64% from 255) = 24.39%
BLUE value IS 10 (4.30% from 255) = 3.05%
R=72.56%
G=24.39%
B=3.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.96
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238801000.660.960.0718.4291.9448.63
HexEE50A042607125c31
Octal35612012010214072213461
Binary1110111010100001010010000101100000111100101011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE500A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE500A; }

 p { color: rgb(238,80,10); }

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

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

 a { background-color: rgb(238,80,10); }

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

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

 span { border-color: rgb(238,80,10); }

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