Shades of Persimmon #EE620D
Tints of Persimmon #EE620D
RGB
CMYK
RGB Variations
Color information
#EE620D (or 0xEE620D) is known color: Persimmon. HEX triplet: EE, 62 and 0D. RGB value is (238,98,13). Sum of RGB (Red+Green+Blue) = 238+98+13=349 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68.19% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 13 (5.47% from 255 or 3.72% from 349); Max value from RGB is 238 - color contains mainly: red. Hex color #EE620D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE620D is #119DF2. Grayscale: #828282. Windows color (decimal): -1154547 or 877294. OLE color: 877294.
HSL color Cylindrical-coordinate representation of color #EE620D: hue angle of 22.67º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE620D is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 98 | 13 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.07 |
| HSL | 22.67º | 0.9% | 0.49% | - |
| HSV(B) | 22.67º | 0.95% | 0.93% | - |
| XYZ | 39.7 | 26.94 | 3.49 | - |
| YUV | 130.17 | 61.88 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 98 | 13 | 0 | 0.59 | 0.95 | 0.07 | 22.67 | 0.9 | 0.49 |
| Hex | EE | 62 | D | 0 | 3B | 5F | 7 | 17 | 5A | 31 |
| Octal | 356 | 142 | 15 | 0 | 73 | 137 | 7 | 27 | 132 | 61 |
| Binary | 11101110 | 1100010 | 1101 | 0 | 111011 | 1011111 | 111 | 10111 | 1011010 | 110001 |
Color Harmonies of #EE620D
Complementary color
Monochromatic Colors of #EE620D
Black with #EE620D
Text Example
Text Example
White with #EE620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE620D; }
p { color: rgb(238,98,13); }
H1.HeaderClassName
{
color: #EE620D;
}
.AnyTagClassName
{
color: #EE620D;
}
</style>
background-color css
<style>
a { background-color: #EE620D; }
a { background-color: rgb(238,98,13); }
div.DivClassName
{
background-color: #EE620D;
}
.BgClassName
{
background-color: #EE620D;
}
</style>
border-color css
<style>
span { border-color: #EE620D; }
span { border-color: rgb(238,98,13); }
td.TdClassName
{
border-color: #EE620D;
}
.TagClassName
{
border-color: #EE620D;
}
</style>