#e15514

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

Shades of Persimmon #E15514

Tints of Persimmon #E15514

Color information

#E15514 (or 0xE15514) is unknown color: approx Persimmon. HEX triplet: E1, 55 and 14. RGB value is (225,85,20). Sum of RGB (Red+Green+Blue) = 225+85+20=330 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.18% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 225 - color contains mainly: red. Hex color #E15514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15514 is #1EAAEB. Grayscale: #777777. Windows color (decimal): -2009836 or 1332705. OLE color: 1332705.

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

Color convert

RGB2258520-
CMYK00.620.910.12
HSL19.02º83.67%48.04%-
HSV(B)19.02º91.11%88.24%-
XYZ34.4322.563.2-
YUV119.4571.88203.29-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 68.18%
GREEN value IS 85 (33.59% from 255) = 25.76%
BLUE value IS 20 (8.20% from 255) = 6.06%
R=68.18%
G=25.76%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.91
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225852000.620.910.1219.0283.6748.04
HexE1551403E5BC135430
Octal34112524076133142312460
Binary11100001101010110100011111010110111100100111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e15514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e15514; }

 p { color: rgb(225,85,20); }

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

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

 a { background-color: rgb(225,85,20); }

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

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

 span { border-color: rgb(225,85,20); }

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