#e25011

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

Shades of Persimmon #E25011

Tints of Persimmon #E25011

Color information

#E25011 (or 0xE25011) is unknown color: approx Persimmon. HEX triplet: E2, 50 and 11. RGB value is (226,80,17). Sum of RGB (Red+Green+Blue) = 226+80+17=323 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.97% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 226 - color contains mainly: red. Hex color #E25011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25011 is #1DAFEE. Grayscale: #747474. Windows color (decimal): -1945583 or 1134818. OLE color: 1134818.

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

Color convert

RGB2268017-
CMYK00.650.920.11
HSL18.09º86.01%47.65%-
HSV(B)18.09º92.48%88.63%-
XYZ34.3321.952.96-
YUV116.4771.87206.12-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 69.97%
GREEN value IS 80 (31.64% from 255) = 24.77%
BLUE value IS 17 (7.03% from 255) = 5.26%
R=69.97%
G=24.77%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.92
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226801700.650.920.1118.0986.0147.65
HexE250110415CB125630
Octal342120210101134132212660
Binary111000101010000100010100000110111001011100101010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e25011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e25011; }

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

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

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

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

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

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

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

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