Shades of Persimmon #EE4A06
Tints of Persimmon #EE4A06
RGB
CMYK
RGB Variations
Color information
#EE4A06 (or 0xEE4A06) is known color: Persimmon. HEX triplet: EE, 4A and 06. RGB value is (238,74,6). Sum of RGB (Red+Green+Blue) = 238+74+6=318 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.84% from 318); Green value is 74 (29.30% from 255 or 23.27% from 318); Blue value is 6 (2.73% from 255 or 1.89% from 318); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4A06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4A06 is #11B5F9. Grayscale: #737373. Windows color (decimal): -1160698 or 412398. OLE color: 412398.
HSL color Cylindrical-coordinate representation of color #EE4A06: hue angle of 17.59º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE4A06 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 74 | 6 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.07 |
| HSL | 17.59º | 0.95% | 0.48% | - |
| HSV(B) | 17.59º | 0.97% | 0.93% | - |
| XYZ | 37.74 | 23.09 | 2.64 | - |
| YUV | 115.28 | 66.33 | 215.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 74 | 6 | 0 | 0.69 | 0.97 | 0.07 | 17.59 | 0.95 | 0.48 |
| Hex | EE | 4A | 6 | 0 | 45 | 61 | 7 | 12 | 5F | 30 |
| Octal | 356 | 112 | 6 | 0 | 105 | 141 | 7 | 22 | 137 | 60 |
| Binary | 11101110 | 1001010 | 110 | 0 | 1000101 | 1100001 | 111 | 10010 | 1011111 | 110000 |
Color Harmonies of #EE4A06
Complementary color
Monochromatic Colors of #EE4A06
Black with #EE4A06
Text Example
Text Example
White with #EE4A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4A06; }
p { color: rgb(238,74,6); }
H1.HeaderClassName
{
color: #EE4A06;
}
.AnyTagClassName
{
color: #EE4A06;
}
</style>
background-color css
<style>
a { background-color: #EE4A06; }
a { background-color: rgb(238,74,6); }
div.DivClassName
{
background-color: #EE4A06;
}
.BgClassName
{
background-color: #EE4A06;
}
</style>
border-color css
<style>
span { border-color: #EE4A06; }
span { border-color: rgb(238,74,6); }
td.TdClassName
{
border-color: #EE4A06;
}
.TagClassName
{
border-color: #EE4A06;
}
</style>