Shades of Persimmon #E54B03
Tints of Persimmon #E54B03
RGB
CMYK
RGB Variations
Color information
#E54B03 (or 0xE54B03) is known color: Persimmon. HEX triplet: E5, 4B and 03. RGB value is (229,75,3). Sum of RGB (Red+Green+Blue) = 229+75+3=307 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.59% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 3 (1.56% from 255 or 0.98% from 307); Max value from RGB is 229 - color contains mainly: red. Hex color #E54B03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54B03 is #1AB4FC. Grayscale: #717171. Windows color (decimal): -1750269 or 216037. OLE color: 216037.
HSL color Cylindrical-coordinate representation of color #E54B03: hue angle of 19.12º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E54B03 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 75 | 3 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.10 |
| HSL | 19.12º | 0.97% | 0.45% | - |
| HSV(B) | 19.12º | 0.99% | 0.9% | - |
| XYZ | 34.85 | 21.7 | 2.44 | - |
| YUV | 112.84 | 66.02 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 75 | 3 | 0 | 0.67 | 0.99 | 0.10 | 19.12 | 0.97 | 0.45 |
| Hex | E5 | 4B | 3 | 0 | 43 | 63 | A | 13 | 61 | 2D |
| Octal | 345 | 113 | 3 | 0 | 103 | 143 | 12 | 23 | 141 | 55 |
| Binary | 11100101 | 1001011 | 11 | 0 | 1000011 | 1100011 | 1010 | 10011 | 1100001 | 101101 |
Color Harmonies of #E54B03
Complementary color
Monochromatic Colors of #E54B03
Black with #E54B03
Text Example
Text Example
White with #E54B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54B03; }
p { color: rgb(229,75,3); }
H1.HeaderClassName
{
color: #E54B03;
}
.AnyTagClassName
{
color: #E54B03;
}
</style>
background-color css
<style>
a { background-color: #E54B03; }
a { background-color: rgb(229,75,3); }
div.DivClassName
{
background-color: #E54B03;
}
.BgClassName
{
background-color: #E54B03;
}
</style>
border-color css
<style>
span { border-color: #E54B03; }
span { border-color: rgb(229,75,3); }
td.TdClassName
{
border-color: #E54B03;
}
.TagClassName
{
border-color: #E54B03;
}
</style>