#E24F09

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

Shades of Persimmon #E24F09

Tints of Persimmon #E24F09

Color information

#E24F09 (or 0xE24F09) is unknown color: approx Persimmon. HEX triplet: E2, 4F and 09. RGB value is (226,79,9). Sum of RGB (Red+Green+Blue) = 226+79+9=314 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.97% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 9 (3.91% from 255 or 2.87% from 314); Max value from RGB is 226 - color contains mainly: red. Hex color #E24F09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E24F09 is #1DB0F6. Grayscale: #737373. Windows color (decimal): -1945847 or 610274. OLE color: 610274.

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

Color convert

RGB226799-
CMYK00.650.960.11
HSL19.35º92.34%46.08%-
HSV(B)19.35º96.02%88.63%-
XYZ34.2121.782.66-
YUV114.9768.2207.19-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 71.97%
GREEN value IS 79 (31.25% from 255) = 25.16%
BLUE value IS 9 (3.91% from 255) = 2.87%
R=71.97%
G=25.16%
B=2.87%

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
Decimal22679900.650.960.1119.3592.3446.08
HexE24F904160B135c2e
Octal342117110101140132313456
Binary11100010100111110010100000111000001011100111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E24F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E24F09; }

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

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

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

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

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

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

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

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