#E85A01

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

Shades of Persimmon #E85A01

Tints of Persimmon #E85A01

Color information

#E85A01 (or 0xE85A01) is unknown color: approx Persimmon. HEX triplet: E8, 5A and 01. RGB value is (232,90,1). Sum of RGB (Red+Green+Blue) = 232+90+1=323 (42% of max value = 765). Red value is 232 (91.02% from 255 or 71.83% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 232 - color contains mainly: red. Hex color #E85A01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85A01 is #17A5FE. Grayscale: #7A7A7A. Windows color (decimal): -1549823 or 88808. OLE color: 88808.

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

Color convert

RGB232901-
CMYK00.611.000.09
HSL23.12º99.14%45.69%-
HSV(B)23.12º99.57%90.98%-
XYZ36.9424.472.8-
YUV122.3159.54206.24-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 71.83%
GREEN value IS 90 (35.55% from 255) = 27.86%
BLUE value IS 1 (0.78% from 255) = 0.31%
R=71.83%
G=27.86%
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
Decimal23290100.611.000.0923.1299.1445.69
HexE85A103D64917632e
Octal3501321075144112714356
Binary1110100010110101011110111001001001101111100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85A01; }

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

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

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

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

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

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

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

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