#E54A14

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

Shades of Persimmon #E54A14

Tints of Persimmon #E54A14

Color information

#E54A14 (or 0xE54A14) is unknown color: approx Persimmon. HEX triplet: E5, 4A and 14. RGB value is (229,74,20). Sum of RGB (Red+Green+Blue) = 229+74+20=323 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.90% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54A14 is #1AB5EB. Grayscale: #727272. Windows color (decimal): -1750508 or 1329893. OLE color: 1329893.

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

Color convert

RGB2297420-
CMYK00.680.910.10
HSL15.5º83.94%48.82%-
HSV(B)15.5º91.27%89.8%-
XYZ34.8921.612.99-
YUV114.1974.85209.89-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 70.90%
GREEN value IS 74 (29.30% from 255) = 22.91%
BLUE value IS 20 (8.20% from 255) = 6.19%
R=70.90%
G=22.91%
B=6.19%

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
Decimal229742000.680.910.1015.583.9448.82
HexE54A140445BA105431
Octal345112240104133122012461
Binary111001011001010101000100010010110111010100001010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54A14; }

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

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

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

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

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

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

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

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