#E8510D

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

Shades of Persimmon #E8510D

Tints of Persimmon #E8510D

Color information

#E8510D (or 0xE8510D) is unknown color: approx Persimmon. HEX triplet: E8, 51 and 0D. RGB value is (232,81,13). Sum of RGB (Red+Green+Blue) = 232+81+13=326 (43% of max value = 765). Red value is 232 (91.02% from 255 or 71.17% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 232 - color contains mainly: red. Hex color #E8510D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E8510D is #17AEF2. Grayscale: #767676. Windows color (decimal): -1552115 or 872936. OLE color: 872936.

HSL color Cylindrical-coordinate representation of color #E8510D: hue angle of 18.63º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E8510D is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB2328113-
CMYK00.650.940.09
HSL18.63º89.39%48.04%-
HSV(B)18.63º94.4%90.98%-
XYZ36.2923.072.92-
YUV118.468.53209.03-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 71.17%
GREEN value IS 81 (32.03% from 255) = 24.85%
BLUE value IS 13 (5.47% from 255) = 3.99%
R=71.17%
G=24.85%
B=3.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.94
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232811300.650.940.0918.6389.3948.04
HexE851D0415E9135930
Octal350121150101136112313160
Binary11101000101000111010100000110111101001100111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8510D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8510D; }

 p { color: rgb(232,81,13); }

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

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

 a { background-color: rgb(232,81,13); }

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

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

 span { border-color: rgb(232,81,13); }

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