Shades of Persimmon #E66403
Tints of Persimmon #E66403
RGB
CMYK
RGB Variations
Color information
#E66403 (or 0xE66403) is known color: Persimmon. HEX triplet: E6, 64 and 03. RGB value is (230,100,3). Sum of RGB (Red+Green+Blue) = 230+100+3=333 (44% of max value = 765). Red value is 230 (90.23% from 255 or 69.07% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 3 (1.56% from 255 or 0.90% from 333); Max value from RGB is 230 - color contains mainly: red. Hex color #E66403 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E66403 is #199BFC. Grayscale: #808080. Windows color (decimal): -1678333 or 222438. OLE color: 222438.
HSL color Cylindrical-coordinate representation of color #E66403: hue angle of 25.64º 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 #E66403 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 100 | 3 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.10 |
| HSL | 25.64º | 0.97% | 0.46% | - |
| HSV(B) | 25.64º | 0.99% | 0.9% | - |
| XYZ | 37.21 | 25.94 | 3.13 | - |
| YUV | 127.81 | 57.57 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 100 | 3 | 0 | 0.57 | 0.99 | 0.10 | 25.64 | 0.97 | 0.46 |
| Hex | E6 | 64 | 3 | 0 | 39 | 63 | A | 1A | 61 | 2E |
| Octal | 346 | 144 | 3 | 0 | 71 | 143 | 12 | 32 | 141 | 56 |
| Binary | 11100110 | 1100100 | 11 | 0 | 111001 | 1100011 | 1010 | 11010 | 1100001 | 101110 |
Color Harmonies of #E66403
Complementary color
Monochromatic Colors of #E66403
Black with #E66403
Text Example
Text Example
White with #E66403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66403; }
p { color: rgb(230,100,3); }
H1.HeaderClassName
{
color: #E66403;
}
.AnyTagClassName
{
color: #E66403;
}
</style>
background-color css
<style>
a { background-color: #E66403; }
a { background-color: rgb(230,100,3); }
div.DivClassName
{
background-color: #E66403;
}
.BgClassName
{
background-color: #E66403;
}
</style>
border-color css
<style>
span { border-color: #E66403; }
span { border-color: rgb(230,100,3); }
td.TdClassName
{
border-color: #E66403;
}
.TagClassName
{
border-color: #E66403;
}
</style>