Shades of Persimmon #EE4E03
Tints of Persimmon #EE4E03
RGB
CMYK
RGB Variations
Color information
#EE4E03 (or 0xEE4E03) is known color: Persimmon. HEX triplet: EE, 4E and 03. RGB value is (238,78,3). Sum of RGB (Red+Green+Blue) = 238+78+3=319 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.61% from 319); Green value is 78 (30.86% from 255 or 24.45% from 319); Blue value is 3 (1.56% from 255 or 0.94% from 319); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4E03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE4E03 is #11B1FC. Grayscale: #757575. Windows color (decimal): -1159677 or 216814. OLE color: 216814.
HSL color Cylindrical-coordinate representation of color #EE4E03: hue angle of 19.15º 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 #EE4E03 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 78 | 3 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.07 |
| HSL | 19.15º | 0.98% | 0.47% | - |
| HSV(B) | 19.15º | 0.99% | 0.93% | - |
| XYZ | 38 | 23.63 | 2.64 | - |
| YUV | 117.29 | 63.51 | 214.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 78 | 3 | 0 | 0.67 | 0.99 | 0.07 | 19.15 | 0.98 | 0.47 |
| Hex | EE | 4E | 3 | 0 | 43 | 63 | 7 | 13 | 62 | 2F |
| Octal | 356 | 116 | 3 | 0 | 103 | 143 | 7 | 23 | 142 | 57 |
| Binary | 11101110 | 1001110 | 11 | 0 | 1000011 | 1100011 | 111 | 10011 | 1100010 | 101111 |
Color Harmonies of #EE4E03
Complementary color
Monochromatic Colors of #EE4E03
Black with #EE4E03
Text Example
Text Example
White with #EE4E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4E03; }
p { color: rgb(238,78,3); }
H1.HeaderClassName
{
color: #EE4E03;
}
.AnyTagClassName
{
color: #EE4E03;
}
</style>
background-color css
<style>
a { background-color: #EE4E03; }
a { background-color: rgb(238,78,3); }
div.DivClassName
{
background-color: #EE4E03;
}
.BgClassName
{
background-color: #EE4E03;
}
</style>
border-color css
<style>
span { border-color: #EE4E03; }
span { border-color: rgb(238,78,3); }
td.TdClassName
{
border-color: #EE4E03;
}
.TagClassName
{
border-color: #EE4E03;
}
</style>