#E15510

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

Shades of Persimmon #E15510

Tints of Persimmon #E15510

Color information

#E15510 (or 0xE15510) is unknown color: approx Persimmon. HEX triplet: E1, 55 and 10. RGB value is (225,85,16). Sum of RGB (Red+Green+Blue) = 225+85+16=326 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.02% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 225 - color contains mainly: red. Hex color #E15510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15510 is #1EAAEF. Grayscale: #777777. Windows color (decimal): -2009840 or 1070561. OLE color: 1070561.

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

Color convert

RGB2258516-
CMYK00.620.930.12
HSL19.81º86.72%47.25%-
HSV(B)19.81º92.89%88.24%-
XYZ34.3922.543.03-
YUV118.9969.88203.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 69.02%
GREEN value IS 85 (33.59% from 255) = 26.07%
BLUE value IS 16 (6.64% from 255) = 4.91%
R=69.02%
G=26.07%
B=4.91%

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
Decimal225851600.620.930.1219.8186.7247.25
HexE1551003E5DC14572f
Octal34112520076135142412757
Binary11100001101010110000011111010111011100101001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15510; }

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

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

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

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

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

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

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

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