#E85116

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

Shades of Persimmon #E85116

Tints of Persimmon #E85116

Color information

#E85116 (or 0xE85116) is unknown color: approx Persimmon. HEX triplet: E8, 51 and 16. RGB value is (232,81,22). Sum of RGB (Red+Green+Blue) = 232+81+22=335 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.25% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 232 - color contains mainly: red. Hex color #E85116 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85116 is #17AEE9. Grayscale: #777777. Windows color (decimal): -1552106 or 1462760. OLE color: 1462760.

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

Color convert

RGB2328122-
CMYK00.650.910.09
HSL16.86º82.68%49.8%-
HSV(B)16.86º90.52%90.98%-
XYZ36.3723.13.3-
YUV119.4273.03208.3-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 69.25%
GREEN value IS 81 (32.03% from 255) = 24.18%
BLUE value IS 22 (8.98% from 255) = 6.57%
R=69.25%
G=24.18%
B=6.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.91
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232812200.650.910.0916.8682.6849.8
HexE851160415B9115332
Octal350121260101133112112362
Binary111010001010001101100100000110110111001100011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85116; }

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

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

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

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

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

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

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

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