Shades of Persimmon #EE610D
Tints of Persimmon #EE610D
RGB
CMYK
RGB Variations
Color information
#EE610D (or 0xEE610D) is known color: Persimmon. HEX triplet: EE, 61 and 0D. RGB value is (238,97,13). Sum of RGB (Red+Green+Blue) = 238+97+13=348 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68.39% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 13 (5.47% from 255 or 3.74% from 348); Max value from RGB is 238 - color contains mainly: red. Hex color #EE610D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE610D is #119EF2. Grayscale: #828282. Windows color (decimal): -1154803 or 877038. OLE color: 877038.
HSL color Cylindrical-coordinate representation of color #EE610D: hue angle of 22.4º 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 #EE610D is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 97 | 13 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.07 |
| HSL | 22.4º | 0.9% | 0.49% | - |
| HSV(B) | 22.4º | 0.95% | 0.93% | - |
| XYZ | 39.61 | 26.76 | 3.46 | - |
| YUV | 129.58 | 62.21 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 97 | 13 | 0 | 0.59 | 0.95 | 0.07 | 22.4 | 0.9 | 0.49 |
| Hex | EE | 61 | D | 0 | 3B | 5F | 7 | 16 | 5A | 31 |
| Octal | 356 | 141 | 15 | 0 | 73 | 137 | 7 | 26 | 132 | 61 |
| Binary | 11101110 | 1100001 | 1101 | 0 | 111011 | 1011111 | 111 | 10110 | 1011010 | 110001 |
Color Harmonies of #EE610D
Complementary color
Monochromatic Colors of #EE610D
Black with #EE610D
Text Example
Text Example
White with #EE610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE610D; }
p { color: rgb(238,97,13); }
H1.HeaderClassName
{
color: #EE610D;
}
.AnyTagClassName
{
color: #EE610D;
}
</style>
background-color css
<style>
a { background-color: #EE610D; }
a { background-color: rgb(238,97,13); }
div.DivClassName
{
background-color: #EE610D;
}
.BgClassName
{
background-color: #EE610D;
}
</style>
border-color css
<style>
span { border-color: #EE610D; }
span { border-color: rgb(238,97,13); }
td.TdClassName
{
border-color: #EE610D;
}
.TagClassName
{
border-color: #EE610D;
}
</style>