Shades of Persimmon #E7630E
Tints of Persimmon #E7630E
RGB
CMYK
RGB Variations
Color information
#E7630E (or 0xE7630E) is known color: Persimmon. HEX triplet: E7, 63 and 0E. RGB value is (231,99,14). Sum of RGB (Red+Green+Blue) = 231+99+14=344 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.15% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 14 (5.86% from 255 or 4.07% from 344); Max value from RGB is 231 - color contains mainly: red. Hex color #E7630E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E7630E is #189CF1. Grayscale: #818181. Windows color (decimal): -1613042 or 943079. OLE color: 943079.
HSL color Cylindrical-coordinate representation of color #E7630E: hue angle of 23.5º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E7630E is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 99 | 14 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.09 |
| HSL | 23.5º | 0.89% | 0.48% | - |
| HSV(B) | 23.5º | 0.94% | 0.91% | - |
| XYZ | 37.5 | 25.94 | 3.45 | - |
| YUV | 128.78 | 63.23 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 99 | 14 | 0 | 0.57 | 0.94 | 0.09 | 23.5 | 0.89 | 0.48 |
| Hex | E7 | 63 | E | 0 | 39 | 5E | 9 | 18 | 59 | 30 |
| Octal | 347 | 143 | 16 | 0 | 71 | 136 | 11 | 30 | 131 | 60 |
| Binary | 11100111 | 1100011 | 1110 | 0 | 111001 | 1011110 | 1001 | 11000 | 1011001 | 110000 |
Color Harmonies of #E7630E
Complementary color
Monochromatic Colors of #E7630E
Black with #E7630E
Text Example
Text Example
White with #E7630E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7630E; }
p { color: rgb(231,99,14); }
H1.HeaderClassName
{
color: #E7630E;
}
.AnyTagClassName
{
color: #E7630E;
}
</style>
background-color css
<style>
a { background-color: #E7630E; }
a { background-color: rgb(231,99,14); }
div.DivClassName
{
background-color: #E7630E;
}
.BgClassName
{
background-color: #E7630E;
}
</style>
border-color css
<style>
span { border-color: #E7630E; }
span { border-color: rgb(231,99,14); }
td.TdClassName
{
border-color: #E7630E;
}
.TagClassName
{
border-color: #E7630E;
}
</style>