#E54714

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

Shades of Persimmon #E54714

Tints of Persimmon #E54714

Color information

#E54714 (or 0xE54714) is unknown color: approx Persimmon. HEX triplet: E5, 47 and 14. RGB value is (229,71,20). Sum of RGB (Red+Green+Blue) = 229+71+20=320 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.56% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 20 (8.20% from 255 or 6.25% from 320); Max value from RGB is 229 - color contains mainly: red. Hex color #E54714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54714 is #1AB8EB. Grayscale: #707070. Windows color (decimal): -1751276 or 1329125. OLE color: 1329125.

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

Color convert

RGB2297120-
CMYK00.690.910.10
HSL14.64º83.94%48.82%-
HSV(B)14.64º91.27%89.8%-
XYZ34.6921.212.93-
YUV112.4375.85211.15-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 71.56%
GREEN value IS 71 (28.12% from 255) = 22.19%
BLUE value IS 20 (8.20% from 255) = 6.25%
R=71.56%
G=22.19%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.91
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229712000.690.910.1014.6483.9448.82
HexE547140455BAf5431
Octal345107240105133121712461
Binary11100101100011110100010001011011011101011111010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54714; }

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

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

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

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

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

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

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

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