Shades of Persimmon #EE4D06
Tints of Persimmon #EE4D06
RGB
CMYK
RGB Variations
Color information
#EE4D06 (or 0xEE4D06) is known color: Persimmon. HEX triplet: EE, 4D and 06. RGB value is (238,77,6). Sum of RGB (Red+Green+Blue) = 238+77+6=321 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.14% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 6 (2.73% from 255 or 1.87% from 321); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4D06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE4D06 is #11B2F9. Grayscale: #757575. Windows color (decimal): -1159930 or 413166. OLE color: 413166.
HSL color Cylindrical-coordinate representation of color #EE4D06: hue angle of 18.36º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE4D06 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 77 | 6 | - |
CMYK | 0 | 0.68 | 0.97 | 0.07 |
HSL | 18.36º | 0.95% | 0.48% | - |
HSV(B) | 18.36º | 0.97% | 0.93% | - |
XYZ | 37.95 | 23.5 | 2.71 | - |
YUV | 117.05 | 65.34 | 214.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 77 | 6 | 0 | 0.68 | 0.97 | 0.07 | 18.36 | 0.95 | 0.48 |
Hex | EE | 4D | 6 | 0 | 44 | 61 | 7 | 12 | 5F | 30 |
Octal | 356 | 115 | 6 | 0 | 104 | 141 | 7 | 22 | 137 | 60 |
Binary | 11101110 | 1001101 | 110 | 0 | 1000100 | 1100001 | 111 | 10010 | 1011111 | 110000 |
Color Harmonies of #EE4D06
Complementary color
Monochromatic Colors of #EE4D06
Black with #EE4D06
Text Example
Text Example
White with #EE4D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4D06; }
p { color: rgb(238,77,6); }
H1.HeaderClassName
{
color: #EE4D06;
}
.AnyTagClassName
{
color: #EE4D06;
}
</style>
background-color css
<style>
a { background-color: #EE4D06; }
a { background-color: rgb(238,77,6); }
div.DivClassName
{
background-color: #EE4D06;
}
.BgClassName
{
background-color: #EE4D06;
}
</style>
border-color css
<style>
span { border-color: #EE4D06; }
span { border-color: rgb(238,77,6); }
td.TdClassName
{
border-color: #EE4D06;
}
.TagClassName
{
border-color: #EE4D06;
}
</style>