#E15608

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

Shades of Persimmon #E15608

Tints of Persimmon #E15608

Color information

#E15608 (or 0xE15608) is unknown color: approx Persimmon. HEX triplet: E1, 56 and 08. RGB value is (225,86,8). Sum of RGB (Red+Green+Blue) = 225+86+8=319 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.53% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 8 (3.52% from 255 or 2.51% from 319); Max value from RGB is 225 - color contains mainly: red. Hex color #E15608 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15608 is #1EA9F7. Grayscale: #777777. Windows color (decimal): -2009592 or 546529. OLE color: 546529.

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

Color convert

RGB225868-
CMYK00.620.960.12
HSL21.57º93.13%45.69%-
HSV(B)21.57º96.44%88.24%-
XYZ34.4222.682.79-
YUV118.6765.55203.84-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 70.53%
GREEN value IS 86 (33.98% from 255) = 26.96%
BLUE value IS 8 (3.52% from 255) = 2.51%
R=70.53%
G=26.96%
B=2.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.96
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22586800.620.960.1221.5793.1345.69
HexE156803E60C165d2e
Octal34112610076140142613556
Binary1110000110101101000011111011000001100101101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15608; }

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

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

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

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

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

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

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

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