#E4570F

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

Shades of Persimmon #E4570F

Tints of Persimmon #E4570F

Color information

#E4570F (or 0xE4570F) is unknown color: approx Persimmon. HEX triplet: E4, 57 and 0F. RGB value is (228,87,15). Sum of RGB (Red+Green+Blue) = 228+87+15=330 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.09% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 15 (6.25% from 255 or 4.55% from 330); Max value from RGB is 228 - color contains mainly: red. Hex color #E4570F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E4570F is #1BA8F0. Grayscale: #797979. Windows color (decimal): -1812721 or 1005540. OLE color: 1005540.

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

Color convert

RGB2288715-
CMYK00.620.930.11
HSL20.28º87.65%47.65%-
HSV(B)20.28º93.42%89.41%-
XYZ35.4923.343.09-
YUV120.9568.21204.35-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 69.09%
GREEN value IS 87 (34.38% from 255) = 26.36%
BLUE value IS 15 (6.25% from 255) = 4.55%
R=69.09%
G=26.36%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228871500.620.930.1120.2887.6547.65
HexE457F03E5DB145830
Octal34412717076135132413060
Binary1110010010101111111011111010111011011101001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4570F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4570F; }

 p { color: rgb(228,87,15); }

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

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

 a { background-color: rgb(228,87,15); }

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

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

 span { border-color: rgb(228,87,15); }

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