Shades of Persimmon #EE5204
Tints of Persimmon #EE5204
RGB
CMYK
RGB Variations
Color information
#EE5204 (or 0xEE5204) is known color: Persimmon. HEX triplet: EE, 52 and 04. RGB value is (238,82,4). Sum of RGB (Red+Green+Blue) = 238+82+4=324 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.46% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 4 (1.95% from 255 or 1.23% from 324); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5204 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5204 is #11ADFB. Grayscale: #787878. Windows color (decimal): -1158652 or 283374. OLE color: 283374.
HSL color Cylindrical-coordinate representation of color #EE5204: hue angle of 20º 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 #EE5204 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 82 | 4 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.07 |
| HSL | 20º | 0.97% | 0.47% | - |
| HSV(B) | 20º | 0.98% | 0.93% | - |
| XYZ | 38.3 | 24.22 | 2.77 | - |
| YUV | 119.75 | 62.68 | 212.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 82 | 4 | 0 | 0.66 | 0.98 | 0.07 | 20 | 0.97 | 0.47 |
| Hex | EE | 52 | 4 | 0 | 42 | 62 | 7 | 14 | 61 | 2F |
| Octal | 356 | 122 | 4 | 0 | 102 | 142 | 7 | 24 | 141 | 57 |
| Binary | 11101110 | 1010010 | 100 | 0 | 1000010 | 1100010 | 111 | 10100 | 1100001 | 101111 |
Color Harmonies of #EE5204
Complementary color
Monochromatic Colors of #EE5204
Black with #EE5204
Text Example
Text Example
White with #EE5204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5204; }
p { color: rgb(238,82,4); }
H1.HeaderClassName
{
color: #EE5204;
}
.AnyTagClassName
{
color: #EE5204;
}
</style>
background-color css
<style>
a { background-color: #EE5204; }
a { background-color: rgb(238,82,4); }
div.DivClassName
{
background-color: #EE5204;
}
.BgClassName
{
background-color: #EE5204;
}
</style>
border-color css
<style>
span { border-color: #EE5204; }
span { border-color: rgb(238,82,4); }
td.TdClassName
{
border-color: #EE5204;
}
.TagClassName
{
border-color: #EE5204;
}
</style>