#E85F15

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

Shades of Persimmon #E85F15

Tints of Persimmon #E85F15

Color information

#E85F15 (or 0xE85F15) is unknown color: approx Persimmon. HEX triplet: E8, 5F and 15. RGB value is (232,95,21). Sum of RGB (Red+Green+Blue) = 232+95+21=348 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.67% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 21 (8.59% from 255 or 6.03% from 348); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85F15 is #17A0EA. Grayscale: #7F7F7F. Windows color (decimal): -1548523 or 1400808. OLE color: 1400808.

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

Color convert

RGB2329521-
CMYK00.590.910.09
HSL21.04º83.4%49.61%-
HSV(B)21.04º90.95%90.98%-
XYZ37.5125.393.63-
YUV127.5367.89202.52-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 66.67%
GREEN value IS 95 (37.5% from 255) = 27.30%
BLUE value IS 21 (8.59% from 255) = 6.03%
R=66.67%
G=27.30%
B=6.03%

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
Decimal232952100.590.910.0921.0483.449.61
HexE85F1503B5B9155332
Octal35013725073133112512362
Binary11101000101111110101011101110110111001101011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85F15; }

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

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

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

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

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

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

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

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