#E4560A

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

Shades of Persimmon #E4560A

Tints of Persimmon #E4560A

Color information

#E4560A (or 0xE4560A) is unknown color: approx Persimmon. HEX triplet: E4, 56 and 0A. RGB value is (228,86,10). Sum of RGB (Red+Green+Blue) = 228+86+10=324 (42% of max value = 765). Red value is 228 (89.45% from 255 or 70.37% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 10 (4.30% from 255 or 3.09% from 324); Max value from RGB is 228 - color contains mainly: red. Hex color #E4560A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E4560A is #1BA9F5. Grayscale: #787878. Windows color (decimal): -1812982 or 677604. OLE color: 677604.

HSL color Cylindrical-coordinate representation of color #E4560A: hue angle of 20.92º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E4560A is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB2288610-
CMYK00.620.960.11
HSL20.92º91.6%46.67%-
HSV(B)20.92º95.61%89.41%-
XYZ35.3823.172.9-
YUV119.7966.04205.18-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 70.37%
GREEN value IS 86 (33.98% from 255) = 26.54%
BLUE value IS 10 (4.30% from 255) = 3.09%
R=70.37%
G=26.54%
B=3.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.96
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228861000.620.960.1120.9291.646.67
HexE456A03E60B155c2f
Octal34412612076140132513457
Binary1110010010101101010011111011000001011101011011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4560A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4560A; }

 p { color: rgb(228,86,10); }

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

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

 a { background-color: rgb(228,86,10); }

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

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

 span { border-color: rgb(228,86,10); }

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