Shades of Persimmon #E64B05
Tints of Persimmon #E64B05
RGB
CMYK
RGB Variations
Color information
#E64B05 (or 0xE64B05) is known color: Persimmon. HEX triplet: E6, 4B and 05. RGB value is (230,75,5). Sum of RGB (Red+Green+Blue) = 230+75+5=310 (41% of max value = 765). Red value is 230 (90.23% from 255 or 74.19% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 230 - color contains mainly: red. Hex color #E64B05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64B05 is #19B4FA. Grayscale: #717171. Windows color (decimal): -1684731 or 347110. OLE color: 347110.
HSL color Cylindrical-coordinate representation of color #E64B05: hue angle of 18.67º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E64B05 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 75 | 5 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.10 |
| HSL | 18.67º | 0.96% | 0.46% | - |
| HSV(B) | 18.67º | 0.98% | 0.9% | - |
| XYZ | 35.18 | 21.87 | 2.51 | - |
| YUV | 113.37 | 66.85 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 75 | 5 | 0 | 0.67 | 0.98 | 0.10 | 18.67 | 0.96 | 0.46 |
| Hex | E6 | 4B | 5 | 0 | 43 | 62 | A | 13 | 60 | 2E |
| Octal | 346 | 113 | 5 | 0 | 103 | 142 | 12 | 23 | 140 | 56 |
| Binary | 11100110 | 1001011 | 101 | 0 | 1000011 | 1100010 | 1010 | 10011 | 1100000 | 101110 |
Color Harmonies of #E64B05
Complementary color
Monochromatic Colors of #E64B05
Black with #E64B05
Text Example
Text Example
White with #E64B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64B05; }
p { color: rgb(230,75,5); }
H1.HeaderClassName
{
color: #E64B05;
}
.AnyTagClassName
{
color: #E64B05;
}
</style>
background-color css
<style>
a { background-color: #E64B05; }
a { background-color: rgb(230,75,5); }
div.DivClassName
{
background-color: #E64B05;
}
.BgClassName
{
background-color: #E64B05;
}
</style>
border-color css
<style>
span { border-color: #E64B05; }
span { border-color: rgb(230,75,5); }
td.TdClassName
{
border-color: #E64B05;
}
.TagClassName
{
border-color: #E64B05;
}
</style>