#E54211

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

Shades of Persimmon #E54211

Tints of Persimmon #E54211

Color information

#E54211 (or 0xE54211) is unknown color: approx Persimmon. HEX triplet: E5, 42 and 11. RGB value is (229,66,17). Sum of RGB (Red+Green+Blue) = 229+66+17=312 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.40% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 229 - color contains mainly: red. Hex color #E54211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54211 is #1ABDEE. Grayscale: #6D6D6D. Windows color (decimal): -1752559 or 1131237. OLE color: 1131237.

HSL color Cylindrical-coordinate representation of color #E54211: hue angle of 13.87º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E54211 is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB2296617-
CMYK00.710.930.10
HSL13.87º86.18%48.24%-
HSV(B)13.87º92.58%89.8%-
XYZ34.3620.592.69-
YUV109.1576213.48-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 73.40%
GREEN value IS 66 (26.17% from 255) = 21.15%
BLUE value IS 17 (7.03% from 255) = 5.45%
R=73.40%
G=21.15%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.93
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229661700.710.930.1013.8786.1848.24
HexE542110475DAe5630
Octal345102210107135121612660
Binary11100101100001010001010001111011101101011101010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54211; }

 p { color: rgb(229,66,17); }

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

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

 a { background-color: rgb(229,66,17); }

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

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

 span { border-color: rgb(229,66,17); }

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