Shades of Persimmon #E76306
Tints of Persimmon #E76306
RGB
CMYK
RGB Variations
Color information
#E76306 (or 0xE76306) is known color: Persimmon. HEX triplet: E7, 63 and 06. RGB value is (231,99,6). Sum of RGB (Red+Green+Blue) = 231+99+6=336 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.75% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 6 (2.73% from 255 or 1.79% from 336); Max value from RGB is 231 - color contains mainly: red. Hex color #E76306 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76306 is #189CF9. Grayscale: #808080. Windows color (decimal): -1613050 or 418791. OLE color: 418791.
HSL color Cylindrical-coordinate representation of color #E76306: hue angle of 24.8º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E76306 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 99 | 6 | - |
| CMYK | 0 | 0.57 | 0.97 | 0.09 |
| HSL | 24.8º | 0.95% | 0.46% | - |
| HSV(B) | 24.8º | 0.97% | 0.91% | - |
| XYZ | 37.45 | 25.93 | 3.2 | - |
| YUV | 127.87 | 59.23 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 99 | 6 | 0 | 0.57 | 0.97 | 0.09 | 24.8 | 0.95 | 0.46 |
| Hex | E7 | 63 | 6 | 0 | 39 | 61 | 9 | 19 | 5F | 2E |
| Octal | 347 | 143 | 6 | 0 | 71 | 141 | 11 | 31 | 137 | 56 |
| Binary | 11100111 | 1100011 | 110 | 0 | 111001 | 1100001 | 1001 | 11001 | 1011111 | 101110 |
Color Harmonies of #E76306
Complementary color
Monochromatic Colors of #E76306
Black with #E76306
Text Example
Text Example
White with #E76306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76306; }
p { color: rgb(231,99,6); }
H1.HeaderClassName
{
color: #E76306;
}
.AnyTagClassName
{
color: #E76306;
}
</style>
background-color css
<style>
a { background-color: #E76306; }
a { background-color: rgb(231,99,6); }
div.DivClassName
{
background-color: #E76306;
}
.BgClassName
{
background-color: #E76306;
}
</style>
border-color css
<style>
span { border-color: #E76306; }
span { border-color: rgb(231,99,6); }
td.TdClassName
{
border-color: #E76306;
}
.TagClassName
{
border-color: #E76306;
}
</style>