Shades of Persimmon #E76307
Tints of Persimmon #E76307
RGB
CMYK
RGB Variations
Color information
#E76307 (or 0xE76307) is known color: Persimmon. HEX triplet: E7, 63 and 07. RGB value is (231,99,7). Sum of RGB (Red+Green+Blue) = 231+99+7=337 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.55% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 7 (3.12% from 255 or 2.08% from 337); Max value from RGB is 231 - color contains mainly: red. Hex color #E76307 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76307 is #189CF8. Grayscale: #808080. Windows color (decimal): -1613049 or 484327. OLE color: 484327.
HSL color Cylindrical-coordinate representation of color #E76307: hue angle of 24.64º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E76307 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 99 | 7 | - |
| CMYK | 0 | 0.57 | 0.97 | 0.09 |
| HSL | 24.64º | 0.94% | 0.47% | - |
| HSV(B) | 24.64º | 0.97% | 0.91% | - |
| XYZ | 37.46 | 25.93 | 3.23 | - |
| YUV | 127.98 | 59.73 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 99 | 7 | 0 | 0.57 | 0.97 | 0.09 | 24.64 | 0.94 | 0.47 |
| Hex | E7 | 63 | 7 | 0 | 39 | 61 | 9 | 19 | 5E | 2F |
| Octal | 347 | 143 | 7 | 0 | 71 | 141 | 11 | 31 | 136 | 57 |
| Binary | 11100111 | 1100011 | 111 | 0 | 111001 | 1100001 | 1001 | 11001 | 1011110 | 101111 |
Color Harmonies of #E76307
Complementary color
Monochromatic Colors of #E76307
Black with #E76307
Text Example
Text Example
White with #E76307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76307; }
p { color: rgb(231,99,7); }
H1.HeaderClassName
{
color: #E76307;
}
.AnyTagClassName
{
color: #E76307;
}
</style>
background-color css
<style>
a { background-color: #E76307; }
a { background-color: rgb(231,99,7); }
div.DivClassName
{
background-color: #E76307;
}
.BgClassName
{
background-color: #E76307;
}
</style>
border-color css
<style>
span { border-color: #E76307; }
span { border-color: rgb(231,99,7); }
td.TdClassName
{
border-color: #E76307;
}
.TagClassName
{
border-color: #E76307;
}
</style>