Shades of Persimmon #E5530E
Tints of Persimmon #E5530E
RGB
CMYK
RGB Variations
Color information
#E5530E (or 0xE5530E) is known color: Persimmon. HEX triplet: E5, 53 and 0E. RGB value is (229,83,14). Sum of RGB (Red+Green+Blue) = 229+83+14=326 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.25% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 14 (5.86% from 255 or 4.29% from 326); Max value from RGB is 229 - color contains mainly: red. Hex color #E5530E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5530E is #1AACF1. Grayscale: #777777. Windows color (decimal): -1748210 or 938981. OLE color: 938981.
HSL color Cylindrical-coordinate representation of color #E5530E: hue angle of 19.26º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5530E is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 83 | 14 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.10 |
| HSL | 19.26º | 0.88% | 0.48% | - |
| HSV(B) | 19.26º | 0.94% | 0.9% | - |
| XYZ | 35.49 | 22.88 | 2.96 | - |
| YUV | 118.79 | 68.87 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 83 | 14 | 0 | 0.64 | 0.94 | 0.10 | 19.26 | 0.88 | 0.48 |
| Hex | E5 | 53 | E | 0 | 40 | 5E | A | 13 | 58 | 30 |
| Octal | 345 | 123 | 16 | 0 | 100 | 136 | 12 | 23 | 130 | 60 |
| Binary | 11100101 | 1010011 | 1110 | 0 | 1000000 | 1011110 | 1010 | 10011 | 1011000 | 110000 |
Color Harmonies of #E5530E
Complementary color
Monochromatic Colors of #E5530E
Black with #E5530E
Text Example
Text Example
White with #E5530E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5530E; }
p { color: rgb(229,83,14); }
H1.HeaderClassName
{
color: #E5530E;
}
.AnyTagClassName
{
color: #E5530E;
}
</style>
background-color css
<style>
a { background-color: #E5530E; }
a { background-color: rgb(229,83,14); }
div.DivClassName
{
background-color: #E5530E;
}
.BgClassName
{
background-color: #E5530E;
}
</style>
border-color css
<style>
span { border-color: #E5530E; }
span { border-color: rgb(229,83,14); }
td.TdClassName
{
border-color: #E5530E;
}
.TagClassName
{
border-color: #E5530E;
}
</style>