Shades of Persimmon #EE6201
Tints of Persimmon #EE6201
RGB
CMYK
RGB Variations
Color information
#EE6201 (or 0xEE6201) is known color: Persimmon. HEX triplet: EE, 62 and 01. RGB value is (238,98,1). Sum of RGB (Red+Green+Blue) = 238+98+1=337 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.62% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 1 (0.78% from 255 or 0.30% from 337); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6201 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6201 is #119DFE. Grayscale: #818181. Windows color (decimal): -1154559 or 90862. OLE color: 90862.
HSL color Cylindrical-coordinate representation of color #EE6201: hue angle of 24.56º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE6201 is Cyan = 0, Magento = 0.59, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 98 | 1 | - |
| CMYK | 0 | 0.59 | 1.00 | 0.07 |
| HSL | 24.56º | 0.99% | 0.47% | - |
| HSV(B) | 24.56º | 1% | 0.93% | - |
| XYZ | 39.63 | 26.91 | 3.13 | - |
| YUV | 128.8 | 55.88 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 98 | 1 | 0 | 0.59 | 1.00 | 0.07 | 24.56 | 0.99 | 0.47 |
| Hex | EE | 62 | 1 | 0 | 3B | 64 | 7 | 19 | 63 | 2F |
| Octal | 356 | 142 | 1 | 0 | 73 | 144 | 7 | 31 | 143 | 57 |
| Binary | 11101110 | 1100010 | 1 | 0 | 111011 | 1100100 | 111 | 11001 | 1100011 | 101111 |
Color Harmonies of #EE6201
Complementary color
Monochromatic Colors of #EE6201
Black with #EE6201
Text Example
Text Example
White with #EE6201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6201; }
p { color: rgb(238,98,1); }
H1.HeaderClassName
{
color: #EE6201;
}
.AnyTagClassName
{
color: #EE6201;
}
</style>
background-color css
<style>
a { background-color: #EE6201; }
a { background-color: rgb(238,98,1); }
div.DivClassName
{
background-color: #EE6201;
}
.BgClassName
{
background-color: #EE6201;
}
</style>
border-color css
<style>
span { border-color: #EE6201; }
span { border-color: rgb(238,98,1); }
td.TdClassName
{
border-color: #EE6201;
}
.TagClassName
{
border-color: #EE6201;
}
</style>