#E05E11

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

Shades of Persimmon #E05E11

Tints of Persimmon #E05E11

Color information

#E05E11 (or 0xE05E11) is unknown color: approx Persimmon. HEX triplet: E0, 5E and 11. RGB value is (224,94,17). Sum of RGB (Red+Green+Blue) = 224+94+17=335 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.87% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 224 - color contains mainly: red. Hex color #E05E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05E11 is #1FA1EE. Grayscale: #7C7C7C. Windows color (decimal): -2073071 or 1138400. OLE color: 1138400.

HSL color Cylindrical-coordinate representation of color #E05E11: hue angle of 22.32º 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 #E05E11 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB2249417-
CMYK00.580.920.12
HSL22.32º85.89%47.25%-
HSV(B)22.32º92.41%87.84%-
XYZ34.8423.893.31-
YUV124.0967.57199.26-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 66.87%
GREEN value IS 94 (37.11% from 255) = 28.06%
BLUE value IS 17 (7.03% from 255) = 5.07%
R=66.87%
G=28.06%
B=5.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.92
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224941700.580.920.1222.3285.8947.25
HexE05E1103A5CC16562f
Octal34013621072134142612657
Binary11100000101111010001011101010111001100101101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05E11; }

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

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

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

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

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

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

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

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