Shades of Persimmon #E7620C
Tints of Persimmon #E7620C
RGB
CMYK
RGB Variations
Color information
#E7620C (or 0xE7620C) is known color: Persimmon. HEX triplet: E7, 62 and 0C. RGB value is (231,98,12). Sum of RGB (Red+Green+Blue) = 231+98+12=341 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.74% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 12 (5.08% from 255 or 3.52% from 341); Max value from RGB is 231 - color contains mainly: red. Hex color #E7620C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E7620C is #189DF3. Grayscale: #808080. Windows color (decimal): -1613300 or 811751. OLE color: 811751.
HSL color Cylindrical-coordinate representation of color #E7620C: hue angle of 23.56º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7620C is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 98 | 12 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.09 |
| HSL | 23.56º | 0.9% | 0.48% | - |
| HSV(B) | 23.56º | 0.95% | 0.91% | - |
| XYZ | 37.39 | 25.75 | 3.35 | - |
| YUV | 127.96 | 62.56 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 98 | 12 | 0 | 0.58 | 0.95 | 0.09 | 23.56 | 0.9 | 0.48 |
| Hex | E7 | 62 | C | 0 | 3A | 5F | 9 | 18 | 5A | 30 |
| Octal | 347 | 142 | 14 | 0 | 72 | 137 | 11 | 30 | 132 | 60 |
| Binary | 11100111 | 1100010 | 1100 | 0 | 111010 | 1011111 | 1001 | 11000 | 1011010 | 110000 |
Color Harmonies of #E7620C
Complementary color
Monochromatic Colors of #E7620C
Black with #E7620C
Text Example
Text Example
White with #E7620C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7620C; }
p { color: rgb(231,98,12); }
H1.HeaderClassName
{
color: #E7620C;
}
.AnyTagClassName
{
color: #E7620C;
}
</style>
background-color css
<style>
a { background-color: #E7620C; }
a { background-color: rgb(231,98,12); }
div.DivClassName
{
background-color: #E7620C;
}
.BgClassName
{
background-color: #E7620C;
}
</style>
border-color css
<style>
span { border-color: #E7620C; }
span { border-color: rgb(231,98,12); }
td.TdClassName
{
border-color: #E7620C;
}
.TagClassName
{
border-color: #E7620C;
}
</style>