Shades of Persimmon #EE5A06
Tints of Persimmon #EE5A06
RGB
CMYK
RGB Variations
Color information
#EE5A06 (or 0xEE5A06) is known color: Persimmon. HEX triplet: EE, 5A and 06. RGB value is (238,90,6). Sum of RGB (Red+Green+Blue) = 238+90+6=334 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.26% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 6 (2.73% from 255 or 1.80% from 334); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5A06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5A06 is #11A5F9. Grayscale: #7D7D7D. Windows color (decimal): -1156602 or 416494. OLE color: 416494.
HSL color Cylindrical-coordinate representation of color #EE5A06: hue angle of 21.72º 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 #EE5A06 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 90 | 6 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.07 |
| HSL | 21.72º | 0.95% | 0.48% | - |
| HSV(B) | 21.72º | 0.97% | 0.93% | - |
| XYZ | 38.95 | 25.5 | 3.04 | - |
| YUV | 124.68 | 61.03 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 90 | 6 | 0 | 0.62 | 0.97 | 0.07 | 21.72 | 0.95 | 0.48 |
| Hex | EE | 5A | 6 | 0 | 3E | 61 | 7 | 16 | 5F | 30 |
| Octal | 356 | 132 | 6 | 0 | 76 | 141 | 7 | 26 | 137 | 60 |
| Binary | 11101110 | 1011010 | 110 | 0 | 111110 | 1100001 | 111 | 10110 | 1011111 | 110000 |
Color Harmonies of #EE5A06
Complementary color
Monochromatic Colors of #EE5A06
Black with #EE5A06
Text Example
Text Example
White with #EE5A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5A06; }
p { color: rgb(238,90,6); }
H1.HeaderClassName
{
color: #EE5A06;
}
.AnyTagClassName
{
color: #EE5A06;
}
</style>
background-color css
<style>
a { background-color: #EE5A06; }
a { background-color: rgb(238,90,6); }
div.DivClassName
{
background-color: #EE5A06;
}
.BgClassName
{
background-color: #EE5A06;
}
</style>
border-color css
<style>
span { border-color: #EE5A06; }
span { border-color: rgb(238,90,6); }
td.TdClassName
{
border-color: #EE5A06;
}
.TagClassName
{
border-color: #EE5A06;
}
</style>