Shades of Persimmon #EE4903
Tints of Persimmon #EE4903
RGB
CMYK
RGB Variations
Color information
#EE4903 (or 0xEE4903) is known color: Persimmon. HEX triplet: EE, 49 and 03. RGB value is (238,73,3). Sum of RGB (Red+Green+Blue) = 238+73+3=314 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.80% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 3 (1.56% from 255 or 0.96% from 314); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4903 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4903 is #11B6FC. Grayscale: #727272. Windows color (decimal): -1160957 or 215534. OLE color: 215534.
HSL color Cylindrical-coordinate representation of color #EE4903: hue angle of 17.87º 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 #EE4903 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 73 | 3 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.07 |
| HSL | 17.87º | 0.98% | 0.47% | - |
| HSV(B) | 17.87º | 0.99% | 0.93% | - |
| XYZ | 37.66 | 22.95 | 2.53 | - |
| YUV | 114.36 | 65.16 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 73 | 3 | 0 | 0.69 | 0.99 | 0.07 | 17.87 | 0.98 | 0.47 |
| Hex | EE | 49 | 3 | 0 | 45 | 63 | 7 | 12 | 62 | 2F |
| Octal | 356 | 111 | 3 | 0 | 105 | 143 | 7 | 22 | 142 | 57 |
| Binary | 11101110 | 1001001 | 11 | 0 | 1000101 | 1100011 | 111 | 10010 | 1100010 | 101111 |
Color Harmonies of #EE4903
Complementary color
Monochromatic Colors of #EE4903
Black with #EE4903
Text Example
Text Example
White with #EE4903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4903; }
p { color: rgb(238,73,3); }
H1.HeaderClassName
{
color: #EE4903;
}
.AnyTagClassName
{
color: #EE4903;
}
</style>
background-color css
<style>
a { background-color: #EE4903; }
a { background-color: rgb(238,73,3); }
div.DivClassName
{
background-color: #EE4903;
}
.BgClassName
{
background-color: #EE4903;
}
</style>
border-color css
<style>
span { border-color: #EE4903; }
span { border-color: rgb(238,73,3); }
td.TdClassName
{
border-color: #EE4903;
}
.TagClassName
{
border-color: #EE4903;
}
</style>