#EE5411

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

Shades of Persimmon #EE5411

Tints of Persimmon #EE5411

Color information

#EE5411 (or 0xEE5411) is unknown color: approx Persimmon. HEX triplet: EE, 54 and 11. RGB value is (238,84,17). Sum of RGB (Red+Green+Blue) = 238+84+17=339 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.21% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 17 (7.03% from 255 or 5.01% from 339); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5411 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5411 is #11ABEE. Grayscale: #7A7A7A. Windows color (decimal): -1158127 or 1135854. OLE color: 1135854.

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

Color convert

RGB2388417-
CMYK00.650.930.07
HSL18.19º86.67%50%-
HSV(B)18.19º92.86%93.33%-
XYZ38.5324.563.24-
YUV122.4168.52210.45-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 70.21%
GREEN value IS 84 (33.20% from 255) = 24.78%
BLUE value IS 17 (7.03% from 255) = 5.01%
R=70.21%
G=24.78%
B=5.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238841700.650.930.0718.1986.6750
HexEE54110415D7125732
Octal35612421010113572212762
Binary11101110101010010001010000011011101111100101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5411; }

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

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

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

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

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

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

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

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