Shades of Persimmon #EE4900
Tints of Persimmon #EE4900
RGB
CMYK
RGB Variations
Color information
#EE4900 (or 0xEE4900) is known color: Persimmon. HEX triplet: EE, 49 and 00. RGB value is (238,73,0). Sum of RGB (Red+Green+Blue) = 238+73+0=311 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.53% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4900 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4900 is #11B6FF. Grayscale: #727272. Windows color (decimal): -1160960 or 18926. OLE color: 18926.
HSL color Cylindrical-coordinate representation of color #EE4900: hue angle of 18.4º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE4900 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 73 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.07 |
| HSL | 18.4º | 1% | 0.47% | - |
| HSV(B) | 18.4º | 1% | 0.93% | - |
| XYZ | 37.64 | 22.94 | 2.44 | - |
| YUV | 114.01 | 63.66 | 216.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 73 | 0 | 0 | 0.69 | 1 | 0.07 | 18.4 | 1 | 0.47 |
| Hex | EE | 49 | 0 | 0 | 45 | 64 | 7 | 12 | 64 | 2F |
| Octal | 356 | 111 | 0 | 0 | 105 | 144 | 7 | 22 | 144 | 57 |
| Binary | 11101110 | 1001001 | 0 | 0 | 1000101 | 1100100 | 111 | 10010 | 1100100 | 101111 |
Color Harmonies of #EE4900
Complementary color
Monochromatic Colors of #EE4900
Black with #EE4900
Text Example
Text Example
White with #EE4900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4900; }
p { color: rgb(238,73,0); }
H1.HeaderClassName
{
color: #EE4900;
}
.AnyTagClassName
{
color: #EE4900;
}
</style>
background-color css
<style>
a { background-color: #EE4900; }
a { background-color: rgb(238,73,0); }
div.DivClassName
{
background-color: #EE4900;
}
.BgClassName
{
background-color: #EE4900;
}
</style>
border-color css
<style>
span { border-color: #EE4900; }
span { border-color: rgb(238,73,0); }
td.TdClassName
{
border-color: #EE4900;
}
.TagClassName
{
border-color: #EE4900;
}
</style>