#E54A15

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

Shades of Persimmon #E54A15

Tints of Persimmon #E54A15

Color information

#E54A15 (or 0xE54A15) is unknown color: approx Persimmon. HEX triplet: E5, 4A and 15. RGB value is (229,74,21). Sum of RGB (Red+Green+Blue) = 229+74+21=324 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.68% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 21 (8.59% from 255 or 6.48% from 324); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54A15 is #1AB5EA. Grayscale: #727272. Windows color (decimal): -1750507 or 1395429. OLE color: 1395429.

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

Color convert

RGB2297421-
CMYK00.680.910.10
HSL15.29º83.2%49.02%-
HSV(B)15.29º90.83%89.8%-
XYZ34.921.613.04-
YUV114.375.35209.81-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 70.68%
GREEN value IS 74 (29.30% from 255) = 22.84%
BLUE value IS 21 (8.59% from 255) = 6.48%
R=70.68%
G=22.84%
B=6.48%

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
Decimal229742100.680.910.1015.2983.249.02
HexE54A150445BAf5331
Octal345112250104133121712361
Binary11100101100101010101010001001011011101011111010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54A15; }

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

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

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

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

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

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

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

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