#E85C01

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

Shades of Persimmon #E85C01

Tints of Persimmon #E85C01

Color information

#E85C01 (or 0xE85C01) is unknown color: approx Persimmon. HEX triplet: E8, 5C and 01. RGB value is (232,92,1). Sum of RGB (Red+Green+Blue) = 232+92+1=325 (43% of max value = 765). Red value is 232 (91.02% from 255 or 71.38% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 1 (0.78% from 255 or 0.31% from 325); Max value from RGB is 232 - color contains mainly: red. Hex color #E85C01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85C01 is #17A3FE. Grayscale: #7B7B7B. Windows color (decimal): -1549311 or 89320. OLE color: 89320.

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

Color convert

RGB232921-
CMYK00.601.000.09
HSL23.64º99.14%45.69%-
HSV(B)23.64º99.57%90.98%-
XYZ37.1124.812.86-
YUV123.4958.88205.4-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 71.38%
GREEN value IS 92 (36.33% from 255) = 28.31%
BLUE value IS 1 (0.78% from 255) = 0.31%
R=71.38%
G=28.31%
B=0.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 1.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23292100.601.000.0923.6499.1445.69
HexE85C103C64918632e
Octal3501341074144113014356
Binary1110100010111001011110011001001001110001100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85C01; }

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

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

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

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

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

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

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

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