#E16204

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

Shades of Persimmon #E16204

Tints of Persimmon #E16204

Color information

#E16204 (or 0xE16204) is unknown color: approx Persimmon. HEX triplet: E1, 62 and 04. RGB value is (225,98,4). Sum of RGB (Red+Green+Blue) = 225+98+4=327 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.81% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 4 (1.95% from 255 or 1.22% from 327); Max value from RGB is 225 - color contains mainly: red. Hex color #E16204 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16204 is #1E9DFB. Grayscale: #7D7D7D. Windows color (decimal): -2006524 or 287457. OLE color: 287457.

HSL color Cylindrical-coordinate representation of color #E16204: hue angle of 25.52º degrees, saturation: 0.97, 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 #E16204 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB225984-
CMYK00.560.980.12
HSL25.52º96.51%44.9%-
HSV(B)25.52º98.22%88.24%-
XYZ35.4424.753.02-
YUV125.2659.58199.14-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 68.81%
GREEN value IS 98 (38.67% from 255) = 29.97%
BLUE value IS 4 (1.95% from 255) = 1.22%
R=68.81%
G=29.97%
B=1.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.98
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22598400.560.980.1225.5296.5144.9
HexE162403862C1a612d
Octal3411424070142143214155
Binary111000011100010100011100011000101100110101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16204; }

 p { color: rgb(225,98,4); }

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

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

 a { background-color: rgb(225,98,4); }

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

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

 span { border-color: rgb(225,98,4); }

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