Shades of Persimmon #E54B05
Tints of Persimmon #E54B05
RGB
CMYK
RGB Variations
Color information
#E54B05 (or 0xE54B05) is known color: Persimmon. HEX triplet: E5, 4B and 05. RGB value is (229,75,5). Sum of RGB (Red+Green+Blue) = 229+75+5=309 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.11% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 229 - color contains mainly: red. Hex color #E54B05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54B05 is #1AB4FA. Grayscale: #717171. Windows color (decimal): -1750267 or 347109. OLE color: 347109.
HSL color Cylindrical-coordinate representation of color #E54B05: hue angle of 18.75º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E54B05 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 75 | 5 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.10 |
| HSL | 18.75º | 0.96% | 0.46% | - |
| HSV(B) | 18.75º | 0.98% | 0.9% | - |
| XYZ | 34.86 | 21.7 | 2.5 | - |
| YUV | 113.07 | 67.02 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 75 | 5 | 0 | 0.67 | 0.98 | 0.10 | 18.75 | 0.96 | 0.46 |
| Hex | E5 | 4B | 5 | 0 | 43 | 62 | A | 13 | 60 | 2E |
| Octal | 345 | 113 | 5 | 0 | 103 | 142 | 12 | 23 | 140 | 56 |
| Binary | 11100101 | 1001011 | 101 | 0 | 1000011 | 1100010 | 1010 | 10011 | 1100000 | 101110 |
Color Harmonies of #E54B05
Complementary color
Monochromatic Colors of #E54B05
Black with #E54B05
Text Example
Text Example
White with #E54B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54B05; }
p { color: rgb(229,75,5); }
H1.HeaderClassName
{
color: #E54B05;
}
.AnyTagClassName
{
color: #E54B05;
}
</style>
background-color css
<style>
a { background-color: #E54B05; }
a { background-color: rgb(229,75,5); }
div.DivClassName
{
background-color: #E54B05;
}
.BgClassName
{
background-color: #E54B05;
}
</style>
border-color css
<style>
span { border-color: #E54B05; }
span { border-color: rgb(229,75,5); }
td.TdClassName
{
border-color: #E54B05;
}
.TagClassName
{
border-color: #E54B05;
}
</style>