Shades of Persimmon #E8650A
Tints of Persimmon #E8650A
RGB
CMYK
RGB Variations
Color information
#E8650A (or 0xE8650A) is known color: Persimmon. HEX triplet: E8, 65 and 0A. RGB value is (232,101,10). Sum of RGB (Red+Green+Blue) = 232+101+10=343 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.64% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 10 (4.30% from 255 or 2.92% from 343); Max value from RGB is 232 - color contains mainly: red. Hex color #E8650A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E8650A is #179AF5. Grayscale: #828282. Windows color (decimal): -1546998 or 681448. OLE color: 681448.
HSL color Cylindrical-coordinate representation of color #E8650A: hue angle of 24.59º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E8650A is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 101 | 10 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.09 |
| HSL | 24.59º | 0.92% | 0.47% | - |
| HSV(B) | 24.59º | 0.96% | 0.91% | - |
| XYZ | 37.99 | 26.49 | 3.4 | - |
| YUV | 129.8 | 60.4 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 101 | 10 | 0 | 0.56 | 0.96 | 0.09 | 24.59 | 0.92 | 0.47 |
| Hex | E8 | 65 | A | 0 | 38 | 60 | 9 | 19 | 5C | 2F |
| Octal | 350 | 145 | 12 | 0 | 70 | 140 | 11 | 31 | 134 | 57 |
| Binary | 11101000 | 1100101 | 1010 | 0 | 111000 | 1100000 | 1001 | 11001 | 1011100 | 101111 |
Color Harmonies of #E8650A
Complementary color
Monochromatic Colors of #E8650A
Black with #E8650A
Text Example
Text Example
White with #E8650A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8650A; }
p { color: rgb(232,101,10); }
H1.HeaderClassName
{
color: #E8650A;
}
.AnyTagClassName
{
color: #E8650A;
}
</style>
background-color css
<style>
a { background-color: #E8650A; }
a { background-color: rgb(232,101,10); }
div.DivClassName
{
background-color: #E8650A;
}
.BgClassName
{
background-color: #E8650A;
}
</style>
border-color css
<style>
span { border-color: #E8650A; }
span { border-color: rgb(232,101,10); }
td.TdClassName
{
border-color: #E8650A;
}
.TagClassName
{
border-color: #E8650A;
}
</style>