Shades of Persimmon #E4501A
Tints of Persimmon #E4501A
RGB
CMYK
RGB Variations
Color information
#E4501A (or 0xE4501A) is known color: Persimmon. HEX triplet: E4, 50 and 1A. RGB value is (228,80,26). Sum of RGB (Red+Green+Blue) = 228+80+26=334 (44% of max value = 765). Red value is 228 (89.45% from 255 or 68.26% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 26 (10.55% from 255 or 7.78% from 334); Max value from RGB is 228 - color contains mainly: red. Hex color #E4501A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E4501A is #1BAFE5. Grayscale: #767676. Windows color (decimal): -1814502 or 1724644. OLE color: 1724644.
HSL color Cylindrical-coordinate representation of color #E4501A: hue angle of 16.04º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E4501A is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 80 | 26 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.11 |
| HSL | 16.04º | 0.8% | 0.5% | - |
| HSV(B) | 16.04º | 0.89% | 0.89% | - |
| XYZ | 35.05 | 22.31 | 3.44 | - |
| YUV | 118.1 | 76.03 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 80 | 26 | 0 | 0.65 | 0.89 | 0.11 | 16.04 | 0.8 | 0.5 |
| Hex | E4 | 50 | 1A | 0 | 41 | 59 | B | 10 | 50 | 32 |
| Octal | 344 | 120 | 32 | 0 | 101 | 131 | 13 | 20 | 120 | 62 |
| Binary | 11100100 | 1010000 | 11010 | 0 | 1000001 | 1011001 | 1011 | 10000 | 1010000 | 110010 |
Color Harmonies of #E4501A
Complementary color
Monochromatic Colors of #E4501A
Black with #E4501A
Text Example
Text Example
White with #E4501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4501A; }
p { color: rgb(228,80,26); }
H1.HeaderClassName
{
color: #E4501A;
}
.AnyTagClassName
{
color: #E4501A;
}
</style>
background-color css
<style>
a { background-color: #E4501A; }
a { background-color: rgb(228,80,26); }
div.DivClassName
{
background-color: #E4501A;
}
.BgClassName
{
background-color: #E4501A;
}
</style>
border-color css
<style>
span { border-color: #E4501A; }
span { border-color: rgb(228,80,26); }
td.TdClassName
{
border-color: #E4501A;
}
.TagClassName
{
border-color: #E4501A;
}
</style>