Shades of Persimmon #EE6409
Tints of Persimmon #EE6409
RGB
CMYK
RGB Variations
Color information
#EE6409 (or 0xEE6409) is known color: Persimmon. HEX triplet: EE, 64 and 09. RGB value is (238,100,9). Sum of RGB (Red+Green+Blue) = 238+100+9=347 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.59% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 9 (3.91% from 255 or 2.59% from 347); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6409 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6409 is #119BF6. Grayscale: #838383. Windows color (decimal): -1154039 or 615662. OLE color: 615662.
HSL color Cylindrical-coordinate representation of color #EE6409: hue angle of 23.84º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE6409 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 100 | 9 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.07 |
| HSL | 23.84º | 0.93% | 0.48% | - |
| HSV(B) | 23.84º | 0.96% | 0.93% | - |
| XYZ | 39.87 | 27.31 | 3.43 | - |
| YUV | 130.89 | 59.22 | 204.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 100 | 9 | 0 | 0.58 | 0.96 | 0.07 | 23.84 | 0.93 | 0.48 |
| Hex | EE | 64 | 9 | 0 | 3A | 60 | 7 | 18 | 5D | 30 |
| Octal | 356 | 144 | 11 | 0 | 72 | 140 | 7 | 30 | 135 | 60 |
| Binary | 11101110 | 1100100 | 1001 | 0 | 111010 | 1100000 | 111 | 11000 | 1011101 | 110000 |
Color Harmonies of #EE6409
Complementary color
Monochromatic Colors of #EE6409
Black with #EE6409
Text Example
Text Example
White with #EE6409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6409; }
p { color: rgb(238,100,9); }
H1.HeaderClassName
{
color: #EE6409;
}
.AnyTagClassName
{
color: #EE6409;
}
</style>
background-color css
<style>
a { background-color: #EE6409; }
a { background-color: rgb(238,100,9); }
div.DivClassName
{
background-color: #EE6409;
}
.BgClassName
{
background-color: #EE6409;
}
</style>
border-color css
<style>
span { border-color: #EE6409; }
span { border-color: rgb(238,100,9); }
td.TdClassName
{
border-color: #EE6409;
}
.TagClassName
{
border-color: #EE6409;
}
</style>