#E85503

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

Shades of Persimmon #E85503

Tints of Persimmon #E85503

Color information

#E85503 (or 0xE85503) is unknown color: approx Persimmon. HEX triplet: E8, 55 and 03. RGB value is (232,85,3). Sum of RGB (Red+Green+Blue) = 232+85+3=320 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.5% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 3 (1.56% from 255 or 0.94% from 320); Max value from RGB is 232 - color contains mainly: red. Hex color #E85503 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85503 is #17AAFC. Grayscale: #787878. Windows color (decimal): -1551101 or 218600. OLE color: 218600.

HSL color Cylindrical-coordinate representation of color #E85503: hue angle of 21.48º degrees, saturation: 0.97, 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 #E85503 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB232853-
CMYK00.630.990.09
HSL21.48º97.45%46.08%-
HSV(B)21.48º98.71%90.98%-
XYZ36.5423.662.73-
YUV119.662.2208.17-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 72.5%
GREEN value IS 85 (33.59% from 255) = 26.56%
BLUE value IS 3 (1.56% from 255) = 0.94%
R=72.5%
G=26.56%
B=0.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.99
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23285300.630.990.0921.4897.4546.08
HexE855303F63915612e
Octal3501253077143112514156
Binary11101000101010111011111111000111001101011100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85503; }

 p { color: rgb(232,85,3); }

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

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

 a { background-color: rgb(232,85,3); }

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

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

 span { border-color: rgb(232,85,3); }

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