Shades of Persimmon #EE550C
Tints of Persimmon #EE550C
RGB
CMYK
RGB Variations
Color information
#EE550C (or 0xEE550C) is known color: Persimmon. HEX triplet: EE, 55 and 0C. RGB value is (238,85,12). Sum of RGB (Red+Green+Blue) = 238+85+12=335 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.04% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 238 - color contains mainly: red. Hex color #EE550C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE550C is #11AAF3. Grayscale: #7A7A7A. Windows color (decimal): -1157876 or 808430. OLE color: 808430.
HSL color Cylindrical-coordinate representation of color #EE550C: hue angle of 19.38º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE550C is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 85 | 12 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.07 |
| HSL | 19.38º | 0.9% | 0.49% | - |
| HSV(B) | 19.38º | 0.95% | 0.93% | - |
| XYZ | 38.57 | 24.7 | 3.08 | - |
| YUV | 122.43 | 65.69 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 85 | 12 | 0 | 0.64 | 0.95 | 0.07 | 19.38 | 0.9 | 0.49 |
| Hex | EE | 55 | C | 0 | 40 | 5F | 7 | 13 | 5A | 31 |
| Octal | 356 | 125 | 14 | 0 | 100 | 137 | 7 | 23 | 132 | 61 |
| Binary | 11101110 | 1010101 | 1100 | 0 | 1000000 | 1011111 | 111 | 10011 | 1011010 | 110001 |
Color Harmonies of #EE550C
Complementary color
Monochromatic Colors of #EE550C
Black with #EE550C
Text Example
Text Example
White with #EE550C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE550C; }
p { color: rgb(238,85,12); }
H1.HeaderClassName
{
color: #EE550C;
}
.AnyTagClassName
{
color: #EE550C;
}
</style>
background-color css
<style>
a { background-color: #EE550C; }
a { background-color: rgb(238,85,12); }
div.DivClassName
{
background-color: #EE550C;
}
.BgClassName
{
background-color: #EE550C;
}
</style>
border-color css
<style>
span { border-color: #EE550C; }
span { border-color: rgb(238,85,12); }
td.TdClassName
{
border-color: #EE550C;
}
.TagClassName
{
border-color: #EE550C;
}
</style>