Shades of Persimmon #E24900
Tints of Persimmon #E24900
RGB
CMYK
RGB Variations
Color information
#E24900 (or 0xE24900) is known color: Persimmon. HEX triplet: E2, 49 and 00. RGB value is (226,73,0). Sum of RGB (Red+Green+Blue) = 226+73+0=299 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.59% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 226 - color contains mainly: red. Hex color #E24900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E24900 is #1DB6FF. Grayscale: #6E6E6E. Windows color (decimal): -1947392 or 18914. OLE color: 18914.
HSL color Cylindrical-coordinate representation of color #E24900: hue angle of 19.38º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E24900 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 73 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.11 |
| HSL | 19.38º | 1% | 0.44% | - |
| HSV(B) | 19.38º | 1% | 0.89% | - |
| XYZ | 33.75 | 20.93 | 2.26 | - |
| YUV | 110.43 | 65.69 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 73 | 0 | 0 | 0.68 | 1 | 0.11 | 19.38 | 1 | 0.44 |
| Hex | E2 | 49 | 0 | 0 | 44 | 64 | B | 13 | 64 | 2C |
| Octal | 342 | 111 | 0 | 0 | 104 | 144 | 13 | 23 | 144 | 54 |
| Binary | 11100010 | 1001001 | 0 | 0 | 1000100 | 1100100 | 1011 | 10011 | 1100100 | 101100 |
Color Harmonies of #E24900
Complementary color
Monochromatic Colors of #E24900
Black with #E24900
Text Example
Text Example
White with #E24900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24900; }
p { color: rgb(226,73,0); }
H1.HeaderClassName
{
color: #E24900;
}
.AnyTagClassName
{
color: #E24900;
}
</style>
background-color css
<style>
a { background-color: #E24900; }
a { background-color: rgb(226,73,0); }
div.DivClassName
{
background-color: #E24900;
}
.BgClassName
{
background-color: #E24900;
}
</style>
border-color css
<style>
span { border-color: #E24900; }
span { border-color: rgb(226,73,0); }
td.TdClassName
{
border-color: #E24900;
}
.TagClassName
{
border-color: #E24900;
}
</style>