Shades of Persimmon #EE5306
Tints of Persimmon #EE5306
RGB
CMYK
RGB Variations
Color information
#EE5306 (or 0xEE5306) is known color: Persimmon. HEX triplet: EE, 53 and 06. RGB value is (238,83,6). Sum of RGB (Red+Green+Blue) = 238+83+6=327 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.78% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 6 (2.73% from 255 or 1.83% from 327); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5306 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5306 is #11ACF9. Grayscale: #797979. Windows color (decimal): -1158394 or 414702. OLE color: 414702.
HSL color Cylindrical-coordinate representation of color #EE5306: hue angle of 19.91º 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 #EE5306 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 83 | 6 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.07 |
| HSL | 19.91º | 0.95% | 0.48% | - |
| HSV(B) | 19.91º | 0.97% | 0.93% | - |
| XYZ | 38.39 | 24.38 | 2.85 | - |
| YUV | 120.57 | 63.35 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 83 | 6 | 0 | 0.65 | 0.97 | 0.07 | 19.91 | 0.95 | 0.48 |
| Hex | EE | 53 | 6 | 0 | 41 | 61 | 7 | 14 | 5F | 30 |
| Octal | 356 | 123 | 6 | 0 | 101 | 141 | 7 | 24 | 137 | 60 |
| Binary | 11101110 | 1010011 | 110 | 0 | 1000001 | 1100001 | 111 | 10100 | 1011111 | 110000 |
Color Harmonies of #EE5306
Complementary color
Monochromatic Colors of #EE5306
Black with #EE5306
Text Example
Text Example
White with #EE5306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5306; }
p { color: rgb(238,83,6); }
H1.HeaderClassName
{
color: #EE5306;
}
.AnyTagClassName
{
color: #EE5306;
}
</style>
background-color css
<style>
a { background-color: #EE5306; }
a { background-color: rgb(238,83,6); }
div.DivClassName
{
background-color: #EE5306;
}
.BgClassName
{
background-color: #EE5306;
}
</style>
border-color css
<style>
span { border-color: #EE5306; }
span { border-color: rgb(238,83,6); }
td.TdClassName
{
border-color: #EE5306;
}
.TagClassName
{
border-color: #EE5306;
}
</style>