#EE4D11

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

Shades of Persimmon #EE4D11

Tints of Persimmon #EE4D11

Color information

#EE4D11 (or 0xEE4D11) is unknown color: approx Persimmon. HEX triplet: EE, 4D and 11. RGB value is (238,77,17). Sum of RGB (Red+Green+Blue) = 238+77+17=332 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.69% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 17 (7.03% from 255 or 5.12% from 332); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4D11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE4D11 is #11B2EE. Grayscale: #767676. Windows color (decimal): -1159919 or 1134062. OLE color: 1134062.

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

Color convert

RGB2387717-
CMYK00.680.930.07
HSL16.29º86.67%50%-
HSV(B)16.29º92.86%93.33%-
XYZ38.0123.533.07-
YUV118.370.84213.38-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 71.69%
GREEN value IS 77 (30.47% from 255) = 23.19%
BLUE value IS 17 (7.03% from 255) = 5.12%
R=71.69%
G=23.19%
B=5.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238771700.680.930.0716.2986.6750
HexEE4D110445D7105732
Octal35611521010413572012762
Binary11101110100110110001010001001011101111100001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE4D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE4D11; }

 p { color: rgb(238,77,17); }

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

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

 a { background-color: rgb(238,77,17); }

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

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

 span { border-color: rgb(238,77,17); }

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