#E85403

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

Shades of Persimmon #E85403

Tints of Persimmon #E85403

Color information

#E85403 (or 0xE85403) is unknown color: approx Persimmon. HEX triplet: E8, 54 and 03. RGB value is (232,84,3). Sum of RGB (Red+Green+Blue) = 232+84+3=319 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.73% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 3 (1.56% from 255 or 0.94% from 319); Max value from RGB is 232 - color contains mainly: red. Hex color #E85403 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85403 is #17ABFC. Grayscale: #777777. Windows color (decimal): -1551357 or 218344. OLE color: 218344.

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

Color convert

RGB232843-
CMYK00.640.990.09
HSL21.22º97.45%46.08%-
HSV(B)21.22º98.71%90.98%-
XYZ36.4723.52.7-
YUV119.0262.53208.59-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 72.73%
GREEN value IS 84 (33.20% from 255) = 26.33%
BLUE value IS 3 (1.56% from 255) = 0.94%
R=72.73%
G=26.33%
B=0.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.99
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23284300.640.990.0921.2297.4546.08
HexE854304063915612e
Octal35012430100143112514156
Binary111010001010100110100000011000111001101011100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85403; }

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

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

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

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

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

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

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

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