#E15610

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

Shades of Persimmon #E15610

Tints of Persimmon #E15610

Color information

#E15610 (or 0xE15610) is unknown color: approx Persimmon. HEX triplet: E1, 56 and 10. RGB value is (225,86,16). Sum of RGB (Red+Green+Blue) = 225+86+16=327 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.81% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 16 (6.64% from 255 or 4.89% from 327); Max value from RGB is 225 - color contains mainly: red. Hex color #E15610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15610 is #1EA9EF. Grayscale: #787878. Windows color (decimal): -2009584 or 1070817. OLE color: 1070817.

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

Color convert

RGB2258616-
CMYK00.620.930.12
HSL20.1º86.72%47.25%-
HSV(B)20.1º92.89%88.24%-
XYZ34.4722.73.05-
YUV119.5869.55203.19-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 68.81%
GREEN value IS 86 (33.98% from 255) = 26.30%
BLUE value IS 16 (6.64% from 255) = 4.89%
R=68.81%
G=26.30%
B=4.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.93
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225861600.620.930.1220.186.7247.25
HexE1561003E5DC14572f
Octal34112620076135142412757
Binary11100001101011010000011111010111011100101001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15610; }

 p { color: rgb(225,86,16); }

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

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

 a { background-color: rgb(225,86,16); }

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

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

 span { border-color: rgb(225,86,16); }

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