Shades of Persimmon #E64A03
Tints of Persimmon #E64A03
RGB
CMYK
RGB Variations
Color information
#E64A03 (or 0xE64A03) is known color: Persimmon. HEX triplet: E6, 4A and 03. RGB value is (230,74,3). Sum of RGB (Red+Green+Blue) = 230+74+3=307 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.92% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 3 (1.56% from 255 or 0.98% from 307); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64A03 is #19B5FC. Grayscale: #707070. Windows color (decimal): -1684989 or 215782. OLE color: 215782.
HSL color Cylindrical-coordinate representation of color #E64A03: hue angle of 18.77º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E64A03 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 74 | 3 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.10 |
| HSL | 18.77º | 0.97% | 0.46% | - |
| HSV(B) | 18.77º | 0.99% | 0.9% | - |
| XYZ | 35.1 | 21.73 | 2.43 | - |
| YUV | 112.55 | 66.18 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 74 | 3 | 0 | 0.68 | 0.99 | 0.10 | 18.77 | 0.97 | 0.46 |
| Hex | E6 | 4A | 3 | 0 | 44 | 63 | A | 13 | 61 | 2E |
| Octal | 346 | 112 | 3 | 0 | 104 | 143 | 12 | 23 | 141 | 56 |
| Binary | 11100110 | 1001010 | 11 | 0 | 1000100 | 1100011 | 1010 | 10011 | 1100001 | 101110 |
Color Harmonies of #E64A03
Complementary color
Monochromatic Colors of #E64A03
Black with #E64A03
Text Example
Text Example
White with #E64A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64A03; }
p { color: rgb(230,74,3); }
H1.HeaderClassName
{
color: #E64A03;
}
.AnyTagClassName
{
color: #E64A03;
}
</style>
background-color css
<style>
a { background-color: #E64A03; }
a { background-color: rgb(230,74,3); }
div.DivClassName
{
background-color: #E64A03;
}
.BgClassName
{
background-color: #E64A03;
}
</style>
border-color css
<style>
span { border-color: #E64A03; }
span { border-color: rgb(230,74,3); }
td.TdClassName
{
border-color: #E64A03;
}
.TagClassName
{
border-color: #E64A03;
}
</style>