#E85003

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

Shades of Persimmon #E85003

Tints of Persimmon #E85003

Color information

#E85003 (or 0xE85003) is unknown color: approx Persimmon. HEX triplet: E8, 50 and 03. RGB value is (232,80,3). Sum of RGB (Red+Green+Blue) = 232+80+3=315 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.65% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 3 (1.56% from 255 or 0.95% from 315); Max value from RGB is 232 - color contains mainly: red. Hex color #E85003 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85003 is #17AFFC. Grayscale: #757575. Windows color (decimal): -1552381 or 217320. OLE color: 217320.

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

Color convert

RGB232803-
CMYK00.660.990.09
HSL20.17º97.45%46.08%-
HSV(B)20.17º98.71%90.98%-
XYZ36.1622.92.6-
YUV116.6763.86210.26-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 73.65%
GREEN value IS 80 (31.64% from 255) = 25.40%
BLUE value IS 3 (1.56% from 255) = 0.95%
R=73.65%
G=25.40%
B=0.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.99
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23280300.660.990.0920.1797.4546.08
HexE850304263914612e
Octal35012030102143112414156
Binary111010001010000110100001011000111001101001100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85003; }

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

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

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

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

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

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

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

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