#E5560D

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

Shades of Persimmon #E5560D

Tints of Persimmon #E5560D

Color information

#E5560D (or 0xE5560D) is unknown color: approx Persimmon. HEX triplet: E5, 56 and 0D. RGB value is (229,86,13). Sum of RGB (Red+Green+Blue) = 229+86+13=328 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.82% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 13 (5.47% from 255 or 3.96% from 328); Max value from RGB is 229 - color contains mainly: red. Hex color #E5560D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5560D is #1AA9F2. Grayscale: #787878. Windows color (decimal): -1747443 or 874213. OLE color: 874213.

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

Color convert

RGB2298613-
CMYK00.620.940.10
HSL20.28º89.26%47.45%-
HSV(B)20.28º94.32%89.8%-
XYZ35.7123.343-
YUV120.4467.38205.44-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 69.82%
GREEN value IS 86 (33.98% from 255) = 26.22%
BLUE value IS 13 (5.47% from 255) = 3.96%
R=69.82%
G=26.22%
B=3.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.94
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229861300.620.940.1020.2889.2647.45
HexE556D03E5EA14592f
Octal34512615076136122413157
Binary1110010110101101101011111010111101010101001011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5560D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5560D; }

 p { color: rgb(229,86,13); }

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

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

 a { background-color: rgb(229,86,13); }

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

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

 span { border-color: rgb(229,86,13); }

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