Shades of Persimmon #EE610C
Tints of Persimmon #EE610C
RGB
CMYK
RGB Variations
Color information
#EE610C (or 0xEE610C) is known color: Persimmon. HEX triplet: EE, 61 and 0C. RGB value is (238,97,12). Sum of RGB (Red+Green+Blue) = 238+97+12=347 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.59% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 12 (5.08% from 255 or 3.46% from 347); Max value from RGB is 238 - color contains mainly: red. Hex color #EE610C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE610C is #119EF3. Grayscale: #818181. Windows color (decimal): -1154804 or 811502. OLE color: 811502.
HSL color Cylindrical-coordinate representation of color #EE610C: hue angle of 22.57º 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 #EE610C is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 97 | 12 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.07 |
| HSL | 22.57º | 0.9% | 0.49% | - |
| HSV(B) | 22.57º | 0.95% | 0.93% | - |
| XYZ | 39.6 | 26.75 | 3.42 | - |
| YUV | 129.47 | 61.71 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 97 | 12 | 0 | 0.59 | 0.95 | 0.07 | 22.57 | 0.9 | 0.49 |
| Hex | EE | 61 | C | 0 | 3B | 5F | 7 | 17 | 5A | 31 |
| Octal | 356 | 141 | 14 | 0 | 73 | 137 | 7 | 27 | 132 | 61 |
| Binary | 11101110 | 1100001 | 1100 | 0 | 111011 | 1011111 | 111 | 10111 | 1011010 | 110001 |
Color Harmonies of #EE610C
Complementary color
Monochromatic Colors of #EE610C
Black with #EE610C
Text Example
Text Example
White with #EE610C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE610C; }
p { color: rgb(238,97,12); }
H1.HeaderClassName
{
color: #EE610C;
}
.AnyTagClassName
{
color: #EE610C;
}
</style>
background-color css
<style>
a { background-color: #EE610C; }
a { background-color: rgb(238,97,12); }
div.DivClassName
{
background-color: #EE610C;
}
.BgClassName
{
background-color: #EE610C;
}
</style>
border-color css
<style>
span { border-color: #EE610C; }
span { border-color: rgb(238,97,12); }
td.TdClassName
{
border-color: #EE610C;
}
.TagClassName
{
border-color: #EE610C;
}
</style>