#E85902

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

Shades of Persimmon #E85902

Tints of Persimmon #E85902

Color information

#E85902 (or 0xE85902) is unknown color: approx Persimmon. HEX triplet: E8, 59 and 02. RGB value is (232,89,2). Sum of RGB (Red+Green+Blue) = 232+89+2=323 (42% of max value = 765). Red value is 232 (91.02% from 255 or 71.83% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 2 (1.17% from 255 or 0.62% from 323); Max value from RGB is 232 - color contains mainly: red. Hex color #E85902 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85902 is #17A6FD. Grayscale: #7A7A7A. Windows color (decimal): -1550078 or 154088. OLE color: 154088.

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

Color convert

RGB232892-
CMYK00.620.990.09
HSL22.7º98.29%45.88%-
HSV(B)22.7º99.14%90.98%-
XYZ36.8624.32.81-
YUV121.8460.38206.57-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 71.83%
GREEN value IS 89 (35.16% from 255) = 27.55%
BLUE value IS 2 (1.17% from 255) = 0.62%
R=71.83%
G=27.55%
B=0.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.99
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23289200.620.990.0922.798.2945.88
HexE859203E63917622e
Octal3501312076143112714256
Binary11101000101100110011111011000111001101111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85902; }

 p { color: rgb(232,89,2); }

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

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

 a { background-color: rgb(232,89,2); }

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

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

 span { border-color: rgb(232,89,2); }

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