Shades of Persimmon #EE660D
Tints of Persimmon #EE660D
RGB
CMYK
RGB Variations
Color information
#EE660D (or 0xEE660D) is known color: Persimmon. HEX triplet: EE, 66 and 0D. RGB value is (238,102,13). Sum of RGB (Red+Green+Blue) = 238+102+13=353 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.42% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 13 (5.47% from 255 or 3.68% from 353); Max value from RGB is 238 - color contains mainly: red. Hex color #EE660D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE660D is #1199F2. Grayscale: #858585. Windows color (decimal): -1153523 or 878318. OLE color: 878318.
HSL color Cylindrical-coordinate representation of color #EE660D: hue angle of 23.73º 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 #EE660D is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 102 | 13 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.07 |
| HSL | 23.73º | 0.9% | 0.49% | - |
| HSV(B) | 23.73º | 0.95% | 0.93% | - |
| XYZ | 40.08 | 27.71 | 3.62 | - |
| YUV | 132.52 | 60.56 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 102 | 13 | 0 | 0.57 | 0.95 | 0.07 | 23.73 | 0.9 | 0.49 |
| Hex | EE | 66 | D | 0 | 39 | 5F | 7 | 18 | 5A | 31 |
| Octal | 356 | 146 | 15 | 0 | 71 | 137 | 7 | 30 | 132 | 61 |
| Binary | 11101110 | 1100110 | 1101 | 0 | 111001 | 1011111 | 111 | 11000 | 1011010 | 110001 |
Color Harmonies of #EE660D
Complementary color
Monochromatic Colors of #EE660D
Black with #EE660D
Text Example
Text Example
White with #EE660D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE660D; }
p { color: rgb(238,102,13); }
H1.HeaderClassName
{
color: #EE660D;
}
.AnyTagClassName
{
color: #EE660D;
}
</style>
background-color css
<style>
a { background-color: #EE660D; }
a { background-color: rgb(238,102,13); }
div.DivClassName
{
background-color: #EE660D;
}
.BgClassName
{
background-color: #EE660D;
}
</style>
border-color css
<style>
span { border-color: #EE660D; }
span { border-color: rgb(238,102,13); }
td.TdClassName
{
border-color: #EE660D;
}
.TagClassName
{
border-color: #EE660D;
}
</style>