#E85A15

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

Shades of Persimmon #E85A15

Tints of Persimmon #E85A15

Color information

#E85A15 (or 0xE85A15) is unknown color: approx Persimmon. HEX triplet: E8, 5A and 15. RGB value is (232,90,21). Sum of RGB (Red+Green+Blue) = 232+90+21=343 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.64% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 21 (8.59% from 255 or 6.12% from 343); Max value from RGB is 232 - color contains mainly: red. Hex color #E85A15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85A15 is #17A5EA. Grayscale: #7D7D7D. Windows color (decimal): -1549803 or 1399528. OLE color: 1399528.

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

Color convert

RGB2329021-
CMYK00.610.910.09
HSL19.62º83.4%49.61%-
HSV(B)19.62º90.95%90.98%-
XYZ37.0724.523.49-
YUV124.5969.54204.61-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 67.64%
GREEN value IS 90 (35.55% from 255) = 26.24%
BLUE value IS 21 (8.59% from 255) = 6.12%
R=67.64%
G=26.24%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.91
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232902100.610.910.0919.6283.449.61
HexE85A1503D5B9145332
Octal35013225075133112412362
Binary11101000101101010101011110110110111001101001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85A15; }

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

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

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

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

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

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

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

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