Shades of Persimmon #E5530F
Tints of Persimmon #E5530F
RGB
CMYK
RGB Variations
Color information
#E5530F (or 0xE5530F) is known color: Persimmon. HEX triplet: E5, 53 and 0F. RGB value is (229,83,15). Sum of RGB (Red+Green+Blue) = 229+83+15=327 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.03% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 15 (6.25% from 255 or 4.59% from 327); Max value from RGB is 229 - color contains mainly: red. Hex color #E5530F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5530F is #1AACF0. Grayscale: #777777. Windows color (decimal): -1748209 or 1004517. OLE color: 1004517.
HSL color Cylindrical-coordinate representation of color #E5530F: hue angle of 19.07º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5530F is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 83 | 15 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.10 |
| HSL | 19.07º | 0.88% | 0.48% | - |
| HSV(B) | 19.07º | 0.93% | 0.9% | - |
| XYZ | 35.49 | 22.88 | 3 | - |
| YUV | 118.9 | 69.37 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 83 | 15 | 0 | 0.64 | 0.93 | 0.10 | 19.07 | 0.88 | 0.48 |
| Hex | E5 | 53 | F | 0 | 40 | 5D | A | 13 | 58 | 30 |
| Octal | 345 | 123 | 17 | 0 | 100 | 135 | 12 | 23 | 130 | 60 |
| Binary | 11100101 | 1010011 | 1111 | 0 | 1000000 | 1011101 | 1010 | 10011 | 1011000 | 110000 |
Color Harmonies of #E5530F
Complementary color
Monochromatic Colors of #E5530F
Black with #E5530F
Text Example
Text Example
White with #E5530F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5530F; }
p { color: rgb(229,83,15); }
H1.HeaderClassName
{
color: #E5530F;
}
.AnyTagClassName
{
color: #E5530F;
}
</style>
background-color css
<style>
a { background-color: #E5530F; }
a { background-color: rgb(229,83,15); }
div.DivClassName
{
background-color: #E5530F;
}
.BgClassName
{
background-color: #E5530F;
}
</style>
border-color css
<style>
span { border-color: #E5530F; }
span { border-color: rgb(229,83,15); }
td.TdClassName
{
border-color: #E5530F;
}
.TagClassName
{
border-color: #E5530F;
}
</style>