#E45419

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

Shades of Persimmon #E45419

Tints of Persimmon #E45419

Color information

#E45419 (or 0xE45419) is unknown color: approx Persimmon. HEX triplet: E4, 54 and 19. RGB value is (228,84,25). Sum of RGB (Red+Green+Blue) = 228+84+25=337 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.66% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 25 (10.16% from 255 or 7.42% from 337); Max value from RGB is 228 - color contains mainly: red. Hex color #E45419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45419 is #1BABE6. Grayscale: #787878. Windows color (decimal): -1813479 or 1660132. OLE color: 1660132.

HSL color Cylindrical-coordinate representation of color #E45419: hue angle of 17.44º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E45419 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.11.

Color convert

RGB2288425-
CMYK00.630.890.11
HSL17.44º80.24%49.61%-
HSV(B)17.44º89.04%89.41%-
XYZ35.3422.93.48-
YUV120.3374.21204.8-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 67.66%
GREEN value IS 84 (33.20% from 255) = 24.93%
BLUE value IS 25 (10.16% from 255) = 7.42%
R=67.66%
G=24.93%
B=7.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.89
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228842500.630.890.1117.4480.2449.61
HexE4541903F59B115032
Octal34412431077131132112062
Binary11100100101010011001011111110110011011100011010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45419; }

 p { color: rgb(228,84,25); }

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

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

 a { background-color: rgb(228,84,25); }

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

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

 span { border-color: rgb(228,84,25); }

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