Shades of Persimmon #EE4D03
Tints of Persimmon #EE4D03
RGB
CMYK
RGB Variations
Color information
#EE4D03 (or 0xEE4D03) is known color: Persimmon. HEX triplet: EE, 4D and 03. RGB value is (238,77,3). Sum of RGB (Red+Green+Blue) = 238+77+3=318 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.84% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 3 (1.56% from 255 or 0.94% from 318); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4D03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE4D03 is #11B2FC. Grayscale: #757575. Windows color (decimal): -1159933 or 216558. OLE color: 216558.
HSL color Cylindrical-coordinate representation of color #EE4D03: hue angle of 18.89º 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 #EE4D03 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 77 | 3 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.07 |
| HSL | 18.89º | 0.98% | 0.47% | - |
| HSV(B) | 18.89º | 0.99% | 0.93% | - |
| XYZ | 37.93 | 23.49 | 2.62 | - |
| YUV | 116.7 | 63.84 | 214.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 77 | 3 | 0 | 0.68 | 0.99 | 0.07 | 18.89 | 0.98 | 0.47 |
| Hex | EE | 4D | 3 | 0 | 44 | 63 | 7 | 13 | 62 | 2F |
| Octal | 356 | 115 | 3 | 0 | 104 | 143 | 7 | 23 | 142 | 57 |
| Binary | 11101110 | 1001101 | 11 | 0 | 1000100 | 1100011 | 111 | 10011 | 1100010 | 101111 |
Color Harmonies of #EE4D03
Complementary color
Monochromatic Colors of #EE4D03
Black with #EE4D03
Text Example
Text Example
White with #EE4D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4D03; }
p { color: rgb(238,77,3); }
H1.HeaderClassName
{
color: #EE4D03;
}
.AnyTagClassName
{
color: #EE4D03;
}
</style>
background-color css
<style>
a { background-color: #EE4D03; }
a { background-color: rgb(238,77,3); }
div.DivClassName
{
background-color: #EE4D03;
}
.BgClassName
{
background-color: #EE4D03;
}
</style>
border-color css
<style>
span { border-color: #EE4D03; }
span { border-color: rgb(238,77,3); }
td.TdClassName
{
border-color: #EE4D03;
}
.TagClassName
{
border-color: #EE4D03;
}
</style>