#E05404

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

Shades of Persimmon #E05404

Tints of Persimmon #E05404

Color information

#E05404 (or 0xE05404) is unknown color: approx Persimmon. HEX triplet: E0, 54 and 04. RGB value is (224,84,4). Sum of RGB (Red+Green+Blue) = 224+84+4=312 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.79% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 4 (1.95% from 255 or 1.28% from 312); Max value from RGB is 224 - color contains mainly: red. Hex color #E05404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05404 is #1FABFB. Grayscale: #757575. Windows color (decimal): -2075644 or 283872. OLE color: 283872.

HSL color Cylindrical-coordinate representation of color #E05404: hue angle of 21.82º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E05404 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB224844-
CMYK00.620.980.12
HSL21.82º96.49%44.71%-
HSV(B)21.82º98.21%87.84%-
XYZ33.9322.22.61-
YUV116.7464.38204.5-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 71.79%
GREEN value IS 84 (33.20% from 255) = 26.92%
BLUE value IS 4 (1.95% from 255) = 1.28%
R=71.79%
G=26.92%
B=1.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.98
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22484400.620.980.1221.8296.4944.71
HexE054403E62C16602d
Octal3401244076142142614055
Binary111000001010100100011111011000101100101101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05404; }

 p { color: rgb(224,84,4); }

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

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

 a { background-color: rgb(224,84,4); }

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

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

 span { border-color: rgb(224,84,4); }

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