#e25c11

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

Shades of Persimmon #E25C11

Tints of Persimmon #E25C11

Color information

#E25C11 (or 0xE25C11) is unknown color: approx Persimmon. HEX triplet: E2, 5C and 11. RGB value is (226,92,17). Sum of RGB (Red+Green+Blue) = 226+92+17=335 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.46% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 226 - color contains mainly: red. Hex color #E25C11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25C11 is #1DA3EE. Grayscale: #7B7B7B. Windows color (decimal): -1942511 or 1137890. OLE color: 1137890.

HSL color Cylindrical-coordinate representation of color #E25C11: hue angle of 21.53º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E25C11 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB2269217-
CMYK00.590.920.11
HSL21.53º86.01%47.65%-
HSV(B)21.53º92.48%88.63%-
XYZ35.2923.863.28-
YUV123.5267.89201.1-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 67.46%
GREEN value IS 92 (36.33% from 255) = 27.46%
BLUE value IS 17 (7.03% from 255) = 5.07%
R=67.46%
G=27.46%
B=5.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.92
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226921700.590.920.1121.5386.0147.65
HexE25C1103B5CB165630
Octal34213421073134132612660
Binary11100010101110010001011101110111001011101101010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e25c11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e25c11; }

 p { color: rgb(226,92,17); }

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

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

 a { background-color: rgb(226,92,17); }

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

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

 span { border-color: rgb(226,92,17); }

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