Shades of Persimmon #E64308
Tints of Persimmon #E64308
RGB
CMYK
RGB Variations
Color information
#E64308 (or 0xE64308) is known color: Persimmon. HEX triplet: E6, 43 and 08. RGB value is (230,67,8). Sum of RGB (Red+Green+Blue) = 230+67+8=305 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.41% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 8 (3.52% from 255 or 2.62% from 305); Max value from RGB is 230 - color contains mainly: red. Hex color #E64308 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64308 is #19BCF7. Grayscale: #6D6D6D. Windows color (decimal): -1686776 or 541670. OLE color: 541670.
HSL color Cylindrical-coordinate representation of color #E64308: hue angle of 15.95º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E64308 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 67 | 8 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.10 |
| HSL | 15.95º | 0.93% | 0.47% | - |
| HSV(B) | 15.95º | 0.97% | 0.9% | - |
| XYZ | 34.68 | 20.85 | 2.43 | - |
| YUV | 109.01 | 71 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 67 | 8 | 0 | 0.71 | 0.97 | 0.10 | 15.95 | 0.93 | 0.47 |
| Hex | E6 | 43 | 8 | 0 | 47 | 61 | A | 10 | 5D | 2F |
| Octal | 346 | 103 | 10 | 0 | 107 | 141 | 12 | 20 | 135 | 57 |
| Binary | 11100110 | 1000011 | 1000 | 0 | 1000111 | 1100001 | 1010 | 10000 | 1011101 | 101111 |
Color Harmonies of #E64308
Complementary color
Monochromatic Colors of #E64308
Black with #E64308
Text Example
Text Example
White with #E64308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64308; }
p { color: rgb(230,67,8); }
H1.HeaderClassName
{
color: #E64308;
}
.AnyTagClassName
{
color: #E64308;
}
</style>
background-color css
<style>
a { background-color: #E64308; }
a { background-color: rgb(230,67,8); }
div.DivClassName
{
background-color: #E64308;
}
.BgClassName
{
background-color: #E64308;
}
</style>
border-color css
<style>
span { border-color: #E64308; }
span { border-color: rgb(230,67,8); }
td.TdClassName
{
border-color: #E64308;
}
.TagClassName
{
border-color: #E64308;
}
</style>