Shades of Persimmon #E8630A
Tints of Persimmon #E8630A
RGB
CMYK
RGB Variations
Color information
#E8630A (or 0xE8630A) is known color: Persimmon. HEX triplet: E8, 63 and 0A. RGB value is (232,99,10). Sum of RGB (Red+Green+Blue) = 232+99+10=341 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.04% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 10 (4.30% from 255 or 2.93% from 341); Max value from RGB is 232 - color contains mainly: red. Hex color #E8630A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E8630A is #179CF5. Grayscale: #818181. Windows color (decimal): -1547510 or 680936. OLE color: 680936.
HSL color Cylindrical-coordinate representation of color #E8630A: hue angle of 24.05º 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 #E8630A is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 99 | 10 | - |
| CMYK | 0 | 0.57 | 0.96 | 0.09 |
| HSL | 24.05º | 0.92% | 0.47% | - |
| HSV(B) | 24.05º | 0.96% | 0.91% | - |
| XYZ | 37.8 | 26.1 | 3.33 | - |
| YUV | 128.62 | 61.06 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 99 | 10 | 0 | 0.57 | 0.96 | 0.09 | 24.05 | 0.92 | 0.47 |
| Hex | E8 | 63 | A | 0 | 39 | 60 | 9 | 18 | 5C | 2F |
| Octal | 350 | 143 | 12 | 0 | 71 | 140 | 11 | 30 | 134 | 57 |
| Binary | 11101000 | 1100011 | 1010 | 0 | 111001 | 1100000 | 1001 | 11000 | 1011100 | 101111 |
Color Harmonies of #E8630A
Complementary color
Monochromatic Colors of #E8630A
Black with #E8630A
Text Example
Text Example
White with #E8630A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8630A; }
p { color: rgb(232,99,10); }
H1.HeaderClassName
{
color: #E8630A;
}
.AnyTagClassName
{
color: #E8630A;
}
</style>
background-color css
<style>
a { background-color: #E8630A; }
a { background-color: rgb(232,99,10); }
div.DivClassName
{
background-color: #E8630A;
}
.BgClassName
{
background-color: #E8630A;
}
</style>
border-color css
<style>
span { border-color: #E8630A; }
span { border-color: rgb(232,99,10); }
td.TdClassName
{
border-color: #E8630A;
}
.TagClassName
{
border-color: #E8630A;
}
</style>