Shades of Persimmon #E64C03
Tints of Persimmon #E64C03
RGB
CMYK
RGB Variations
Color information
#E64C03 (or 0xE64C03) is known color: Persimmon. HEX triplet: E6, 4C and 03. RGB value is (230,76,3). Sum of RGB (Red+Green+Blue) = 230+76+3=309 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.43% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 3 (1.56% from 255 or 0.97% from 309); Max value from RGB is 230 - color contains mainly: red. Hex color #E64C03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64C03 is #19B3FC. Grayscale: #727272. Windows color (decimal): -1684477 or 216294. OLE color: 216294.
HSL color Cylindrical-coordinate representation of color #E64C03: hue angle of 19.3º 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 #E64C03 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 76 | 3 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.10 |
| HSL | 19.3º | 0.97% | 0.46% | - |
| HSV(B) | 19.3º | 0.99% | 0.9% | - |
| XYZ | 35.23 | 22 | 2.48 | - |
| YUV | 113.72 | 65.52 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 76 | 3 | 0 | 0.67 | 0.99 | 0.10 | 19.3 | 0.97 | 0.46 |
| Hex | E6 | 4C | 3 | 0 | 43 | 63 | A | 13 | 61 | 2E |
| Octal | 346 | 114 | 3 | 0 | 103 | 143 | 12 | 23 | 141 | 56 |
| Binary | 11100110 | 1001100 | 11 | 0 | 1000011 | 1100011 | 1010 | 10011 | 1100001 | 101110 |
Color Harmonies of #E64C03
Complementary color
Monochromatic Colors of #E64C03
Black with #E64C03
Text Example
Text Example
White with #E64C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64C03; }
p { color: rgb(230,76,3); }
H1.HeaderClassName
{
color: #E64C03;
}
.AnyTagClassName
{
color: #E64C03;
}
</style>
background-color css
<style>
a { background-color: #E64C03; }
a { background-color: rgb(230,76,3); }
div.DivClassName
{
background-color: #E64C03;
}
.BgClassName
{
background-color: #E64C03;
}
</style>
border-color css
<style>
span { border-color: #E64C03; }
span { border-color: rgb(230,76,3); }
td.TdClassName
{
border-color: #E64C03;
}
.TagClassName
{
border-color: #E64C03;
}
</style>