Shades of Persimmon #E46408
Tints of Persimmon #E46408
RGB
CMYK
RGB Variations
Color information
#E46408 (or 0xE46408) is known color: Persimmon. HEX triplet: E4, 64 and 08. RGB value is (228,100,8). Sum of RGB (Red+Green+Blue) = 228+100+8=336 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.86% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 8 (3.52% from 255 or 2.38% from 336); Max value from RGB is 228 - color contains mainly: red. Hex color #E46408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E46408 is #1B9BF7. Grayscale: #808080. Windows color (decimal): -1809400 or 550116. OLE color: 550116.
HSL color Cylindrical-coordinate representation of color #E46408: hue angle of 25.09º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E46408 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 100 | 8 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.11 |
| HSL | 25.09º | 0.93% | 0.46% | - |
| HSV(B) | 25.09º | 0.96% | 0.89% | - |
| XYZ | 36.6 | 25.63 | 3.25 | - |
| YUV | 127.78 | 60.41 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 100 | 8 | 0 | 0.56 | 0.96 | 0.11 | 25.09 | 0.93 | 0.46 |
| Hex | E4 | 64 | 8 | 0 | 38 | 60 | B | 19 | 5D | 2E |
| Octal | 344 | 144 | 10 | 0 | 70 | 140 | 13 | 31 | 135 | 56 |
| Binary | 11100100 | 1100100 | 1000 | 0 | 111000 | 1100000 | 1011 | 11001 | 1011101 | 101110 |
Color Harmonies of #E46408
Complementary color
Monochromatic Colors of #E46408
Black with #E46408
Text Example
Text Example
White with #E46408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46408; }
p { color: rgb(228,100,8); }
H1.HeaderClassName
{
color: #E46408;
}
.AnyTagClassName
{
color: #E46408;
}
</style>
background-color css
<style>
a { background-color: #E46408; }
a { background-color: rgb(228,100,8); }
div.DivClassName
{
background-color: #E46408;
}
.BgClassName
{
background-color: #E46408;
}
</style>
border-color css
<style>
span { border-color: #E46408; }
span { border-color: rgb(228,100,8); }
td.TdClassName
{
border-color: #E46408;
}
.TagClassName
{
border-color: #E46408;
}
</style>