#E44716

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

Shades of Persimmon #E44716

Tints of Persimmon #E44716

Color information

#E44716 (or 0xE44716) is unknown color: approx Persimmon. HEX triplet: E4, 47 and 16. RGB value is (228,71,22). Sum of RGB (Red+Green+Blue) = 228+71+22=321 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.03% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 228 - color contains mainly: red. Hex color #E44716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E44716 is #1BB8E9. Grayscale: #707070. Windows color (decimal): -1816810 or 1460196. OLE color: 1460196.

HSL color Cylindrical-coordinate representation of color #E44716: hue angle of 14.27º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E44716 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB2287122-
CMYK00.690.900.11
HSL14.27º82.4%49.02%-
HSV(B)14.27º90.35%89.41%-
XYZ34.3921.063.01-
YUV112.3677.01210.48-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 71.03%
GREEN value IS 71 (28.12% from 255) = 22.12%
BLUE value IS 22 (8.98% from 255) = 6.85%
R=71.03%
G=22.12%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.90
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228712200.690.900.1114.2782.449.02
HexE447160455ABe5231
Octal344107260105132131612261
Binary11100100100011110110010001011011010101111101010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E44716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E44716; }

 p { color: rgb(228,71,22); }

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

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

 a { background-color: rgb(228,71,22); }

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

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

 span { border-color: rgb(228,71,22); }

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