#E55403

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

Shades of Persimmon #E55403

Tints of Persimmon #E55403

Color information

#E55403 (or 0xE55403) is unknown color: approx Persimmon. HEX triplet: E5, 54 and 03. RGB value is (229,84,3). Sum of RGB (Red+Green+Blue) = 229+84+3=316 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.47% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 3 (1.56% from 255 or 0.95% from 316); Max value from RGB is 229 - color contains mainly: red. Hex color #E55403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55403 is #1AABFC. Grayscale: #767676. Windows color (decimal): -1747965 or 218341. OLE color: 218341.

HSL color Cylindrical-coordinate representation of color #E55403: hue angle of 21.5º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E55403 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB229843-
CMYK00.630.990.10
HSL21.5º97.41%45.49%-
HSV(B)21.5º98.69%89.8%-
XYZ35.523.012.66-
YUV118.1263.04207.09-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 72.47%
GREEN value IS 84 (33.20% from 255) = 26.58%
BLUE value IS 3 (1.56% from 255) = 0.95%
R=72.47%
G=26.58%
B=0.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.99
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22984300.630.990.1021.597.4145.49
HexE554303F63A16612d
Octal3451243077143122614155
Binary11100101101010011011111111000111010101101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55403; }

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

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

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

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

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

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

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

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