Shades of Persimmon #E64A0B
Tints of Persimmon #E64A0B
RGB
CMYK
RGB Variations
Color information
#E64A0B (or 0xE64A0B) is known color: Persimmon. HEX triplet: E6, 4A and 0B. RGB value is (230,74,11). Sum of RGB (Red+Green+Blue) = 230+74+11=315 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.02% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 11 (4.69% from 255 or 3.49% from 315); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64A0B is #19B5F4. Grayscale: #717171. Windows color (decimal): -1684981 or 740070. OLE color: 740070.
HSL color Cylindrical-coordinate representation of color #E64A0B: hue angle of 17.26º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E64A0B is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 74 | 11 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.10 |
| HSL | 17.26º | 0.91% | 0.47% | - |
| HSV(B) | 17.26º | 0.95% | 0.9% | - |
| XYZ | 35.14 | 21.74 | 2.66 | - |
| YUV | 113.46 | 70.18 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 74 | 11 | 0 | 0.68 | 0.95 | 0.10 | 17.26 | 0.91 | 0.47 |
| Hex | E6 | 4A | B | 0 | 44 | 5F | A | 11 | 5B | 2F |
| Octal | 346 | 112 | 13 | 0 | 104 | 137 | 12 | 21 | 133 | 57 |
| Binary | 11100110 | 1001010 | 1011 | 0 | 1000100 | 1011111 | 1010 | 10001 | 1011011 | 101111 |
Color Harmonies of #E64A0B
Complementary color
Monochromatic Colors of #E64A0B
Black with #E64A0B
Text Example
Text Example
White with #E64A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64A0B; }
p { color: rgb(230,74,11); }
H1.HeaderClassName
{
color: #E64A0B;
}
.AnyTagClassName
{
color: #E64A0B;
}
</style>
background-color css
<style>
a { background-color: #E64A0B; }
a { background-color: rgb(230,74,11); }
div.DivClassName
{
background-color: #E64A0B;
}
.BgClassName
{
background-color: #E64A0B;
}
</style>
border-color css
<style>
span { border-color: #E64A0B; }
span { border-color: rgb(230,74,11); }
td.TdClassName
{
border-color: #E64A0B;
}
.TagClassName
{
border-color: #E64A0B;
}
</style>