Shades of Persimmon #E8450C
Tints of Persimmon #E8450C
RGB
CMYK
RGB Variations
Color information
#E8450C (or 0xE8450C) is known color: Persimmon. HEX triplet: E8, 45 and 0C. RGB value is (232,69,12). Sum of RGB (Red+Green+Blue) = 232+69+12=313 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.12% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 232 - color contains mainly: red. Hex color #E8450C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8450C is #17BAF3. Grayscale: #6F6F6F. Windows color (decimal): -1555188 or 804328. OLE color: 804328.
HSL color Cylindrical-coordinate representation of color #E8450C: hue angle of 15.55º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E8450C is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 69 | 12 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.09 |
| HSL | 15.55º | 0.9% | 0.48% | - |
| HSV(B) | 15.55º | 0.95% | 0.91% | - |
| XYZ | 35.47 | 21.44 | 2.62 | - |
| YUV | 111.24 | 72 | 214.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 69 | 12 | 0 | 0.70 | 0.95 | 0.09 | 15.55 | 0.9 | 0.48 |
| Hex | E8 | 45 | C | 0 | 46 | 5F | 9 | 10 | 5A | 30 |
| Octal | 350 | 105 | 14 | 0 | 106 | 137 | 11 | 20 | 132 | 60 |
| Binary | 11101000 | 1000101 | 1100 | 0 | 1000110 | 1011111 | 1001 | 10000 | 1011010 | 110000 |
Color Harmonies of #E8450C
Complementary color
Monochromatic Colors of #E8450C
Black with #E8450C
Text Example
Text Example
White with #E8450C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8450C; }
p { color: rgb(232,69,12); }
H1.HeaderClassName
{
color: #E8450C;
}
.AnyTagClassName
{
color: #E8450C;
}
</style>
background-color css
<style>
a { background-color: #E8450C; }
a { background-color: rgb(232,69,12); }
div.DivClassName
{
background-color: #E8450C;
}
.BgClassName
{
background-color: #E8450C;
}
</style>
border-color css
<style>
span { border-color: #E8450C; }
span { border-color: rgb(232,69,12); }
td.TdClassName
{
border-color: #E8450C;
}
.TagClassName
{
border-color: #E8450C;
}
</style>