Shades of Persimmon #E5630E
Tints of Persimmon #E5630E
RGB
CMYK
RGB Variations
Color information
#E5630E (or 0xE5630E) is known color: Persimmon. HEX triplet: E5, 63 and 0E. RGB value is (229,99,14). Sum of RGB (Red+Green+Blue) = 229+99+14=342 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.96% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 14 (5.86% from 255 or 4.09% from 342); Max value from RGB is 229 - color contains mainly: red. Hex color #E5630E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5630E is #1A9CF1. Grayscale: #808080. Windows color (decimal): -1744114 or 943077. OLE color: 943077.
HSL color Cylindrical-coordinate representation of color #E5630E: hue angle of 23.72º 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 #E5630E is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 99 | 14 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.10 |
| HSL | 23.72º | 0.88% | 0.48% | - |
| HSV(B) | 23.72º | 0.94% | 0.9% | - |
| XYZ | 36.85 | 25.61 | 3.42 | - |
| YUV | 128.18 | 63.57 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 99 | 14 | 0 | 0.57 | 0.94 | 0.10 | 23.72 | 0.88 | 0.48 |
| Hex | E5 | 63 | E | 0 | 39 | 5E | A | 18 | 58 | 30 |
| Octal | 345 | 143 | 16 | 0 | 71 | 136 | 12 | 30 | 130 | 60 |
| Binary | 11100101 | 1100011 | 1110 | 0 | 111001 | 1011110 | 1010 | 11000 | 1011000 | 110000 |
Color Harmonies of #E5630E
Complementary color
Monochromatic Colors of #E5630E
Black with #E5630E
Text Example
Text Example
White with #E5630E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5630E; }
p { color: rgb(229,99,14); }
H1.HeaderClassName
{
color: #E5630E;
}
.AnyTagClassName
{
color: #E5630E;
}
</style>
background-color css
<style>
a { background-color: #E5630E; }
a { background-color: rgb(229,99,14); }
div.DivClassName
{
background-color: #E5630E;
}
.BgClassName
{
background-color: #E5630E;
}
</style>
border-color css
<style>
span { border-color: #E5630E; }
span { border-color: rgb(229,99,14); }
td.TdClassName
{
border-color: #E5630E;
}
.TagClassName
{
border-color: #E5630E;
}
</style>