#E54914

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

Shades of Persimmon #E54914

Tints of Persimmon #E54914

Color information

#E54914 (or 0xE54914) is unknown color: approx Persimmon. HEX triplet: E5, 49 and 14. RGB value is (229,73,20). Sum of RGB (Red+Green+Blue) = 229+73+20=322 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.12% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 229 - color contains mainly: red. Hex color #E54914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54914 is #1AB6EB. Grayscale: #717171. Windows color (decimal): -1750764 or 1329637. OLE color: 1329637.

HSL color Cylindrical-coordinate representation of color #E54914: hue angle of 15.22º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E54914 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB2297320-
CMYK00.680.910.10
HSL15.22º83.94%48.82%-
HSV(B)15.22º91.27%89.8%-
XYZ34.8221.472.97-
YUV113.675.18210.31-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 71.12%
GREEN value IS 73 (28.91% from 255) = 22.67%
BLUE value IS 20 (8.20% from 255) = 6.21%
R=71.12%
G=22.67%
B=6.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.91
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229732000.680.910.1015.2283.9448.82
HexE549140445BAf5431
Octal345111240104133121712461
Binary11100101100100110100010001001011011101011111010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54914; }

 p { color: rgb(229,73,20); }

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

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

 a { background-color: rgb(229,73,20); }

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

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

 span { border-color: rgb(229,73,20); }

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