Shades of Persimmon #E5490B
Tints of Persimmon #E5490B
RGB
CMYK
RGB Variations
Color information
#E5490B (or 0xE5490B) is known color: Persimmon. HEX triplet: E5, 49 and 0B. RGB value is (229,73,11). Sum of RGB (Red+Green+Blue) = 229+73+11=313 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.16% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 229 - color contains mainly: red. Hex color #E5490B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5490B is #1AB6F4. Grayscale: #707070. Windows color (decimal): -1750773 or 739813. OLE color: 739813.
HSL color Cylindrical-coordinate representation of color #E5490B: hue angle of 17.06º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5490B is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 73 | 11 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.10 |
| HSL | 17.06º | 0.91% | 0.47% | - |
| HSV(B) | 17.06º | 0.95% | 0.9% | - |
| XYZ | 34.76 | 21.45 | 2.62 | - |
| YUV | 112.58 | 70.68 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 73 | 11 | 0 | 0.68 | 0.95 | 0.10 | 17.06 | 0.91 | 0.47 |
| Hex | E5 | 49 | B | 0 | 44 | 5F | A | 11 | 5B | 2F |
| Octal | 345 | 111 | 13 | 0 | 104 | 137 | 12 | 21 | 133 | 57 |
| Binary | 11100101 | 1001001 | 1011 | 0 | 1000100 | 1011111 | 1010 | 10001 | 1011011 | 101111 |
Color Harmonies of #E5490B
Complementary color
Monochromatic Colors of #E5490B
Black with #E5490B
Text Example
Text Example
White with #E5490B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5490B; }
p { color: rgb(229,73,11); }
H1.HeaderClassName
{
color: #E5490B;
}
.AnyTagClassName
{
color: #E5490B;
}
</style>
background-color css
<style>
a { background-color: #E5490B; }
a { background-color: rgb(229,73,11); }
div.DivClassName
{
background-color: #E5490B;
}
.BgClassName
{
background-color: #E5490B;
}
</style>
border-color css
<style>
span { border-color: #E5490B; }
span { border-color: rgb(229,73,11); }
td.TdClassName
{
border-color: #E5490B;
}
.TagClassName
{
border-color: #E5490B;
}
</style>