#EE4C11

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

Shades of Persimmon #EE4C11

Tints of Persimmon #EE4C11

Color information

#EE4C11 (or 0xEE4C11) is unknown color: approx Persimmon. HEX triplet: EE, 4C and 11. RGB value is (238,76,17). Sum of RGB (Red+Green+Blue) = 238+76+17=331 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.90% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4C11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4C11 is #11B3EE. Grayscale: #767676. Windows color (decimal): -1160175 or 1133806. OLE color: 1133806.

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

Color convert

RGB2387617-
CMYK00.680.930.07
HSL16.02º86.67%50%-
HSV(B)16.02º92.86%93.33%-
XYZ37.9523.393.04-
YUV117.7171.17213.8-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 71.90%
GREEN value IS 76 (30.08% from 255) = 22.96%
BLUE value IS 17 (7.03% from 255) = 5.14%
R=71.90%
G=22.96%
B=5.14%

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
Decimal238761700.680.930.0716.0286.6750
HexEE4C110445D7105732
Octal35611421010413572012762
Binary11101110100110010001010001001011101111100001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE4C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE4C11; }

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

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

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

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

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

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

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

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