Shades of Persimmon #E0530B
Tints of Persimmon #E0530B
RGB
CMYK
RGB Variations
Color information
#E0530B (or 0xE0530B) is known color: Persimmon. HEX triplet: E0, 53 and 0B. RGB value is (224,83,11). Sum of RGB (Red+Green+Blue) = 224+83+11=318 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.44% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 224 - color contains mainly: red. Hex color #E0530B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0530B is #1FACF4. Grayscale: #757575. Windows color (decimal): -2075893 or 742368. OLE color: 742368.
HSL color Cylindrical-coordinate representation of color #E0530B: hue angle of 20.28º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0530B is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 83 | 11 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.12 |
| HSL | 20.28º | 0.91% | 0.46% | - |
| HSV(B) | 20.28º | 0.95% | 0.88% | - |
| XYZ | 33.89 | 22.06 | 2.79 | - |
| YUV | 116.95 | 68.21 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 83 | 11 | 0 | 0.63 | 0.95 | 0.12 | 20.28 | 0.91 | 0.46 |
| Hex | E0 | 53 | B | 0 | 3F | 5F | C | 14 | 5B | 2E |
| Octal | 340 | 123 | 13 | 0 | 77 | 137 | 14 | 24 | 133 | 56 |
| Binary | 11100000 | 1010011 | 1011 | 0 | 111111 | 1011111 | 1100 | 10100 | 1011011 | 101110 |
Color Harmonies of #E0530B
Complementary color
Monochromatic Colors of #E0530B
Black with #E0530B
Text Example
Text Example
White with #E0530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0530B; }
p { color: rgb(224,83,11); }
H1.HeaderClassName
{
color: #E0530B;
}
.AnyTagClassName
{
color: #E0530B;
}
</style>
background-color css
<style>
a { background-color: #E0530B; }
a { background-color: rgb(224,83,11); }
div.DivClassName
{
background-color: #E0530B;
}
.BgClassName
{
background-color: #E0530B;
}
</style>
border-color css
<style>
span { border-color: #E0530B; }
span { border-color: rgb(224,83,11); }
td.TdClassName
{
border-color: #E0530B;
}
.TagClassName
{
border-color: #E0530B;
}
</style>