Shades of Persimmon #E4620C
Tints of Persimmon #E4620C
RGB
CMYK
RGB Variations
Color information
#E4620C (or 0xE4620C) is known color: Persimmon. HEX triplet: E4, 62 and 0C. RGB value is (228,98,12). Sum of RGB (Red+Green+Blue) = 228+98+12=338 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.46% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 12 (5.08% from 255 or 3.55% from 338); Max value from RGB is 228 - color contains mainly: red. Hex color #E4620C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E4620C is #1B9DF3. Grayscale: #7F7F7F. Windows color (decimal): -1809908 or 811748. OLE color: 811748.
HSL color Cylindrical-coordinate representation of color #E4620C: hue angle of 23.89º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E4620C is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 98 | 12 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.11 |
| HSL | 23.89º | 0.9% | 0.47% | - |
| HSV(B) | 23.89º | 0.95% | 0.89% | - |
| XYZ | 36.43 | 25.26 | 3.3 | - |
| YUV | 127.07 | 63.07 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 98 | 12 | 0 | 0.57 | 0.95 | 0.11 | 23.89 | 0.9 | 0.47 |
| Hex | E4 | 62 | C | 0 | 39 | 5F | B | 18 | 5A | 2F |
| Octal | 344 | 142 | 14 | 0 | 71 | 137 | 13 | 30 | 132 | 57 |
| Binary | 11100100 | 1100010 | 1100 | 0 | 111001 | 1011111 | 1011 | 11000 | 1011010 | 101111 |
Color Harmonies of #E4620C
Complementary color
Monochromatic Colors of #E4620C
Black with #E4620C
Text Example
Text Example
White with #E4620C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4620C; }
p { color: rgb(228,98,12); }
H1.HeaderClassName
{
color: #E4620C;
}
.AnyTagClassName
{
color: #E4620C;
}
</style>
background-color css
<style>
a { background-color: #E4620C; }
a { background-color: rgb(228,98,12); }
div.DivClassName
{
background-color: #E4620C;
}
.BgClassName
{
background-color: #E4620C;
}
</style>
border-color css
<style>
span { border-color: #E4620C; }
span { border-color: rgb(228,98,12); }
td.TdClassName
{
border-color: #E4620C;
}
.TagClassName
{
border-color: #E4620C;
}
</style>