Shades of Persimmon #E0530D
Tints of Persimmon #E0530D
RGB
CMYK
RGB Variations
Color information
#E0530D (or 0xE0530D) is known color: Persimmon. HEX triplet: E0, 53 and 0D. RGB value is (224,83,13). Sum of RGB (Red+Green+Blue) = 224+83+13=320 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 224 - color contains mainly: red. Hex color #E0530D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0530D is #1FACF2. Grayscale: #757575. Windows color (decimal): -2075891 or 873440. OLE color: 873440.
HSL color Cylindrical-coordinate representation of color #E0530D: hue angle of 19.91º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0530D is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 83 | 13 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.12 |
| HSL | 19.91º | 0.89% | 0.46% | - |
| HSV(B) | 19.91º | 0.94% | 0.88% | - |
| XYZ | 33.91 | 22.06 | 2.85 | - |
| YUV | 117.18 | 69.21 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 83 | 13 | 0 | 0.63 | 0.94 | 0.12 | 19.91 | 0.89 | 0.46 |
| Hex | E0 | 53 | D | 0 | 3F | 5E | C | 14 | 59 | 2E |
| Octal | 340 | 123 | 15 | 0 | 77 | 136 | 14 | 24 | 131 | 56 |
| Binary | 11100000 | 1010011 | 1101 | 0 | 111111 | 1011110 | 1100 | 10100 | 1011001 | 101110 |
Color Harmonies of #E0530D
Complementary color
Monochromatic Colors of #E0530D
Black with #E0530D
Text Example
Text Example
White with #E0530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0530D; }
p { color: rgb(224,83,13); }
H1.HeaderClassName
{
color: #E0530D;
}
.AnyTagClassName
{
color: #E0530D;
}
</style>
background-color css
<style>
a { background-color: #E0530D; }
a { background-color: rgb(224,83,13); }
div.DivClassName
{
background-color: #E0530D;
}
.BgClassName
{
background-color: #E0530D;
}
</style>
border-color css
<style>
span { border-color: #E0530D; }
span { border-color: rgb(224,83,13); }
td.TdClassName
{
border-color: #E0530D;
}
.TagClassName
{
border-color: #E0530D;
}
</style>