#E25009

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

Shades of Persimmon #E25009

Tints of Persimmon #E25009

Color information

#E25009 (or 0xE25009) is unknown color: approx Persimmon. HEX triplet: E2, 50 and 09. RGB value is (226,80,9). Sum of RGB (Red+Green+Blue) = 226+80+9=315 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.75% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 9 (3.91% from 255 or 2.86% from 315); Max value from RGB is 226 - color contains mainly: red. Hex color #E25009 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25009 is #1DAFF6. Grayscale: #737373. Windows color (decimal): -1945591 or 610530. OLE color: 610530.

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

Color convert

RGB226809-
CMYK00.650.960.11
HSL19.63º92.34%46.08%-
HSV(B)19.63º96.02%88.63%-
XYZ34.2821.932.68-
YUV115.5667.87206.77-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 71.75%
GREEN value IS 80 (31.64% from 255) = 25.40%
BLUE value IS 9 (3.91% from 255) = 2.86%
R=71.75%
G=25.40%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.96
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22680900.650.960.1119.6392.3446.08
HexE250904160B145c2e
Octal342120110101140132413456
Binary11100010101000010010100000111000001011101001011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25009; }

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

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

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

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

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

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

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

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