Shades of Persimmon #E7620D
Tints of Persimmon #E7620D
RGB
CMYK
RGB Variations
Color information
#E7620D (or 0xE7620D) is known color: Persimmon. HEX triplet: E7, 62 and 0D. RGB value is (231,98,13). Sum of RGB (Red+Green+Blue) = 231+98+13=342 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.54% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 231 - color contains mainly: red. Hex color #E7620D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E7620D is #189DF2. Grayscale: #808080. Windows color (decimal): -1613299 or 877287. OLE color: 877287.
HSL color Cylindrical-coordinate representation of color #E7620D: hue angle of 23.39º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E7620D is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 98 | 13 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.09 |
| HSL | 23.39º | 0.89% | 0.48% | - |
| HSV(B) | 23.39º | 0.94% | 0.91% | - |
| XYZ | 37.4 | 25.75 | 3.38 | - |
| YUV | 128.08 | 63.06 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 98 | 13 | 0 | 0.58 | 0.94 | 0.09 | 23.39 | 0.89 | 0.48 |
| Hex | E7 | 62 | D | 0 | 3A | 5E | 9 | 17 | 59 | 30 |
| Octal | 347 | 142 | 15 | 0 | 72 | 136 | 11 | 27 | 131 | 60 |
| Binary | 11100111 | 1100010 | 1101 | 0 | 111010 | 1011110 | 1001 | 10111 | 1011001 | 110000 |
Color Harmonies of #E7620D
Complementary color
Monochromatic Colors of #E7620D
Black with #E7620D
Text Example
Text Example
White with #E7620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7620D; }
p { color: rgb(231,98,13); }
H1.HeaderClassName
{
color: #E7620D;
}
.AnyTagClassName
{
color: #E7620D;
}
</style>
background-color css
<style>
a { background-color: #E7620D; }
a { background-color: rgb(231,98,13); }
div.DivClassName
{
background-color: #E7620D;
}
.BgClassName
{
background-color: #E7620D;
}
</style>
border-color css
<style>
span { border-color: #E7620D; }
span { border-color: rgb(231,98,13); }
td.TdClassName
{
border-color: #E7620D;
}
.TagClassName
{
border-color: #E7620D;
}
</style>