Shades of Persimmon #EE650D
Tints of Persimmon #EE650D
RGB
CMYK
RGB Variations
Color information
#EE650D (or 0xEE650D) is known color: Persimmon. HEX triplet: EE, 65 and 0D. RGB value is (238,101,13). Sum of RGB (Red+Green+Blue) = 238+101+13=352 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.61% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 13 (5.47% from 255 or 3.69% from 352); Max value from RGB is 238 - color contains mainly: red. Hex color #EE650D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE650D is #119AF2. Grayscale: #848484. Windows color (decimal): -1153779 or 878062. OLE color: 878062.
HSL color Cylindrical-coordinate representation of color #EE650D: hue angle of 23.47º 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 #EE650D is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 101 | 13 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.07 |
| HSL | 23.47º | 0.9% | 0.49% | - |
| HSV(B) | 23.47º | 0.95% | 0.93% | - |
| XYZ | 39.99 | 27.51 | 3.58 | - |
| YUV | 131.93 | 60.89 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 101 | 13 | 0 | 0.58 | 0.95 | 0.07 | 23.47 | 0.9 | 0.49 |
| Hex | EE | 65 | D | 0 | 3A | 5F | 7 | 17 | 5A | 31 |
| Octal | 356 | 145 | 15 | 0 | 72 | 137 | 7 | 27 | 132 | 61 |
| Binary | 11101110 | 1100101 | 1101 | 0 | 111010 | 1011111 | 111 | 10111 | 1011010 | 110001 |
Color Harmonies of #EE650D
Complementary color
Monochromatic Colors of #EE650D
Black with #EE650D
Text Example
Text Example
White with #EE650D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE650D; }
p { color: rgb(238,101,13); }
H1.HeaderClassName
{
color: #EE650D;
}
.AnyTagClassName
{
color: #EE650D;
}
</style>
background-color css
<style>
a { background-color: #EE650D; }
a { background-color: rgb(238,101,13); }
div.DivClassName
{
background-color: #EE650D;
}
.BgClassName
{
background-color: #EE650D;
}
</style>
border-color css
<style>
span { border-color: #EE650D; }
span { border-color: rgb(238,101,13); }
td.TdClassName
{
border-color: #EE650D;
}
.TagClassName
{
border-color: #EE650D;
}
</style>