#E15410

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

Shades of Persimmon #E15410

Tints of Persimmon #E15410

Color information

#E15410 (or 0xE15410) is unknown color: approx Persimmon. HEX triplet: E1, 54 and 10. RGB value is (225,84,16). Sum of RGB (Red+Green+Blue) = 225+84+16=325 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.23% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 225 - color contains mainly: red. Hex color #E15410 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15410 is #1EABEF. Grayscale: #767676. Windows color (decimal): -2010096 or 1070305. OLE color: 1070305.

HSL color Cylindrical-coordinate representation of color #E15410: hue angle of 19.52º 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 #E15410 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB2258416-
CMYK00.630.930.12
HSL19.52º86.72%47.25%-
HSV(B)19.52º92.89%88.24%-
XYZ34.3222.393-
YUV118.4170.21204.03-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 69.23%
GREEN value IS 84 (33.20% from 255) = 25.85%
BLUE value IS 16 (6.64% from 255) = 4.92%
R=69.23%
G=25.85%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.93
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225841600.630.930.1219.5286.7247.25
HexE1541003F5DC14572f
Octal34112420077135142412757
Binary11100001101010010000011111110111011100101001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15410; }

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

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

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

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

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

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

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

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