#e04911

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

Shades of Persimmon #E04911

Tints of Persimmon #E04911

Color information

#E04911 (or 0xE04911) is unknown color: approx Persimmon. HEX triplet: E0, 49 and 11. RGB value is (224,73,17). Sum of RGB (Red+Green+Blue) = 224+73+17=314 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.34% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 224 - color contains mainly: red. Hex color #E04911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04911 is #1FB6EE. Grayscale: #707070. Windows color (decimal): -2078447 or 1133024. OLE color: 1133024.

HSL color Cylindrical-coordinate representation of color #E04911: hue angle of 16.23º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E04911 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB2247317-
CMYK00.670.920.12
HSL16.23º85.89%47.25%-
HSV(B)16.23º92.41%87.84%-
XYZ33.2220.652.77-
YUV111.7674.53208.05-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 71.34%
GREEN value IS 73 (28.91% from 255) = 23.25%
BLUE value IS 17 (7.03% from 255) = 5.41%
R=71.34%
G=23.25%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.92
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224731700.670.920.1216.2385.8947.25
HexE049110435CC10562f
Octal340111210103134142012657
Binary111000001001001100010100001110111001100100001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e04911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e04911; }

 p { color: rgb(224,73,17); }

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

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

 a { background-color: rgb(224,73,17); }

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

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

 span { border-color: rgb(224,73,17); }

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