#E15802

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

Shades of Persimmon #E15802

Tints of Persimmon #E15802

Color information

#E15802 (or 0xE15802) is unknown color: approx Persimmon. HEX triplet: E1, 58 and 02. RGB value is (225,88,2). Sum of RGB (Red+Green+Blue) = 225+88+2=315 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.43% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 225 - color contains mainly: red. Hex color #E15802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15802 is #1EA7FD. Grayscale: #777777. Windows color (decimal): -2009086 or 153825. OLE color: 153825.

HSL color Cylindrical-coordinate representation of color #E15802: hue angle of 23.14º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E15802 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB225882-
CMYK00.610.990.12
HSL23.14º98.24%44.51%-
HSV(B)23.14º99.11%88.24%-
XYZ34.5522.992.67-
YUV119.1661.89203.49-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 71.43%
GREEN value IS 88 (34.77% from 255) = 27.94%
BLUE value IS 2 (1.17% from 255) = 0.63%
R=71.43%
G=27.94%
B=0.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.99
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22588200.610.990.1223.1498.2444.51
HexE158203D63C17622d
Octal3411302075143142714255
Binary11100001101100010011110111000111100101111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15802; }

 p { color: rgb(225,88,2); }

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

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

 a { background-color: rgb(225,88,2); }

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

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

 span { border-color: rgb(225,88,2); }

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