Shades of Persimmon #EE4C04
Tints of Persimmon #EE4C04
RGB
CMYK
RGB Variations
Color information
#EE4C04 (or 0xEE4C04) is known color: Persimmon. HEX triplet: EE, 4C and 04. RGB value is (238,76,4). Sum of RGB (Red+Green+Blue) = 238+76+4=318 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.84% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 4 (1.95% from 255 or 1.26% from 318); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4C04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4C04 is #11B3FB. Grayscale: #747474. Windows color (decimal): -1160188 or 281838. OLE color: 281838.
HSL color Cylindrical-coordinate representation of color #EE4C04: hue angle of 18.46º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE4C04 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 76 | 4 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.07 |
| HSL | 18.46º | 0.97% | 0.47% | - |
| HSV(B) | 18.46º | 0.98% | 0.93% | - |
| XYZ | 37.87 | 23.35 | 2.63 | - |
| YUV | 116.23 | 64.67 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 76 | 4 | 0 | 0.68 | 0.98 | 0.07 | 18.46 | 0.97 | 0.47 |
| Hex | EE | 4C | 4 | 0 | 44 | 62 | 7 | 12 | 61 | 2F |
| Octal | 356 | 114 | 4 | 0 | 104 | 142 | 7 | 22 | 141 | 57 |
| Binary | 11101110 | 1001100 | 100 | 0 | 1000100 | 1100010 | 111 | 10010 | 1100001 | 101111 |
Color Harmonies of #EE4C04
Complementary color
Monochromatic Colors of #EE4C04
Black with #EE4C04
Text Example
Text Example
White with #EE4C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4C04; }
p { color: rgb(238,76,4); }
H1.HeaderClassName
{
color: #EE4C04;
}
.AnyTagClassName
{
color: #EE4C04;
}
</style>
background-color css
<style>
a { background-color: #EE4C04; }
a { background-color: rgb(238,76,4); }
div.DivClassName
{
background-color: #EE4C04;
}
.BgClassName
{
background-color: #EE4C04;
}
</style>
border-color css
<style>
span { border-color: #EE4C04; }
span { border-color: rgb(238,76,4); }
td.TdClassName
{
border-color: #EE4C04;
}
.TagClassName
{
border-color: #EE4C04;
}
</style>