Shades of Persimmon #EE5803
Tints of Persimmon #EE5803
RGB
CMYK
RGB Variations
Color information
#EE5803 (or 0xEE5803) is known color: Persimmon. HEX triplet: EE, 58 and 03. RGB value is (238,88,3). Sum of RGB (Red+Green+Blue) = 238+88+3=329 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.34% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 3 (1.56% from 255 or 0.91% from 329); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5803 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5803 is #11A7FC. Grayscale: #7B7B7B. Windows color (decimal): -1157117 or 219374. OLE color: 219374.
HSL color Cylindrical-coordinate representation of color #EE5803: hue angle of 21.7º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE5803 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 88 | 3 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.07 |
| HSL | 21.7º | 0.98% | 0.47% | - |
| HSV(B) | 21.7º | 0.99% | 0.93% | - |
| XYZ | 38.77 | 25.16 | 2.9 | - |
| YUV | 123.16 | 60.2 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 88 | 3 | 0 | 0.63 | 0.99 | 0.07 | 21.7 | 0.98 | 0.47 |
| Hex | EE | 58 | 3 | 0 | 3F | 63 | 7 | 16 | 62 | 2F |
| Octal | 356 | 130 | 3 | 0 | 77 | 143 | 7 | 26 | 142 | 57 |
| Binary | 11101110 | 1011000 | 11 | 0 | 111111 | 1100011 | 111 | 10110 | 1100010 | 101111 |
Color Harmonies of #EE5803
Complementary color
Monochromatic Colors of #EE5803
Black with #EE5803
Text Example
Text Example
White with #EE5803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5803; }
p { color: rgb(238,88,3); }
H1.HeaderClassName
{
color: #EE5803;
}
.AnyTagClassName
{
color: #EE5803;
}
</style>
background-color css
<style>
a { background-color: #EE5803; }
a { background-color: rgb(238,88,3); }
div.DivClassName
{
background-color: #EE5803;
}
.BgClassName
{
background-color: #EE5803;
}
</style>
border-color css
<style>
span { border-color: #EE5803; }
span { border-color: rgb(238,88,3); }
td.TdClassName
{
border-color: #EE5803;
}
.TagClassName
{
border-color: #EE5803;
}
</style>