Shades of Persimmon #E7630F
Tints of Persimmon #E7630F
RGB
CMYK
RGB Variations
Color information
#E7630F (or 0xE7630F) is known color: Persimmon. HEX triplet: E7, 63 and 0F. RGB value is (231,99,15). Sum of RGB (Red+Green+Blue) = 231+99+15=345 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.96% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 15 (6.25% from 255 or 4.35% from 345); Max value from RGB is 231 - color contains mainly: red. Hex color #E7630F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E7630F is #189CF0. Grayscale: #818181. Windows color (decimal): -1613041 or 1008615. OLE color: 1008615.
HSL color Cylindrical-coordinate representation of color #E7630F: hue angle of 23.33º degrees, saturation: 0.88, 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 #E7630F is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 99 | 15 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.09 |
| HSL | 23.33º | 0.88% | 0.48% | - |
| HSV(B) | 23.33º | 0.94% | 0.91% | - |
| XYZ | 37.5 | 25.95 | 3.48 | - |
| YUV | 128.89 | 63.73 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 99 | 15 | 0 | 0.57 | 0.94 | 0.09 | 23.33 | 0.88 | 0.48 |
| Hex | E7 | 63 | F | 0 | 39 | 5E | 9 | 17 | 58 | 30 |
| Octal | 347 | 143 | 17 | 0 | 71 | 136 | 11 | 27 | 130 | 60 |
| Binary | 11100111 | 1100011 | 1111 | 0 | 111001 | 1011110 | 1001 | 10111 | 1011000 | 110000 |
Color Harmonies of #E7630F
Complementary color
Monochromatic Colors of #E7630F
Black with #E7630F
Text Example
Text Example
White with #E7630F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7630F; }
p { color: rgb(231,99,15); }
H1.HeaderClassName
{
color: #E7630F;
}
.AnyTagClassName
{
color: #E7630F;
}
</style>
background-color css
<style>
a { background-color: #E7630F; }
a { background-color: rgb(231,99,15); }
div.DivClassName
{
background-color: #E7630F;
}
.BgClassName
{
background-color: #E7630F;
}
</style>
border-color css
<style>
span { border-color: #E7630F; }
span { border-color: rgb(231,99,15); }
td.TdClassName
{
border-color: #E7630F;
}
.TagClassName
{
border-color: #E7630F;
}
</style>