#E86015

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

Shades of Persimmon #E86015

Tints of Persimmon #E86015

Color information

#E86015 (or 0xE86015) is unknown color: approx Persimmon. HEX triplet: E8, 60 and 15. RGB value is (232,96,21). Sum of RGB (Red+Green+Blue) = 232+96+21=349 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.48% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 21 (8.59% from 255 or 6.02% from 349); Max value from RGB is 232 - color contains mainly: red. Hex color #E86015 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E86015 is #179FEA. Grayscale: #808080. Windows color (decimal): -1548267 or 1401064. OLE color: 1401064.

HSL color Cylindrical-coordinate representation of color #E86015: hue angle of 21.33º 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 #E86015 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB2329621-
CMYK00.590.910.09
HSL21.33º83.4%49.61%-
HSV(B)21.33º90.95%90.98%-
XYZ37.625.583.66-
YUV128.1167.56202.1-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 66.48%
GREEN value IS 96 (37.89% from 255) = 27.51%
BLUE value IS 21 (8.59% from 255) = 6.02%
R=66.48%
G=27.51%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.91
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232962100.590.910.0921.3383.449.61
HexE8601503B5B9155332
Octal35014025073133112512362
Binary11101000110000010101011101110110111001101011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86015; }

 p { color: rgb(232,96,21); }

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

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

 a { background-color: rgb(232,96,21); }

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

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

 span { border-color: rgb(232,96,21); }

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