#E85B01

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

Shades of Persimmon #E85B01

Tints of Persimmon #E85B01

Color information

#E85B01 (or 0xE85B01) is unknown color: approx Persimmon. HEX triplet: E8, 5B and 01. RGB value is (232,91,1). Sum of RGB (Red+Green+Blue) = 232+91+1=324 (42% of max value = 765). Red value is 232 (91.02% from 255 or 71.60% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 232 - color contains mainly: red. Hex color #E85B01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85B01 is #17A4FE. Grayscale: #7B7B7B. Windows color (decimal): -1549567 or 89064. OLE color: 89064.

HSL color Cylindrical-coordinate representation of color #E85B01: hue angle of 23.38º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E85B01 is Cyan = 0, Magento = 0.61, Yellow = 1.00 and Black (K on CMYK) = 0.09.

Color convert

RGB232911-
CMYK00.611.000.09
HSL23.38º99.14%45.69%-
HSV(B)23.38º99.57%90.98%-
XYZ37.0324.642.83-
YUV122.959.21205.82-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 71.60%
GREEN value IS 91 (35.94% from 255) = 28.09%
BLUE value IS 1 (0.78% from 255) = 0.31%
R=71.60%
G=28.09%
B=0.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 1.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23291100.611.000.0923.3899.1445.69
HexE85B103D64917632e
Octal3501331075144112714356
Binary1110100010110111011110111001001001101111100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85B01; }

 p { color: rgb(232,91,1); }

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

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

 a { background-color: rgb(232,91,1); }

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

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

 span { border-color: rgb(232,91,1); }

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