Shades of Light Coral #EE8C7F
Tints of Light Coral #EE8C7F
RGB
CMYK
RGB Variations
Color information
#EE8C7F (or 0xEE8C7F) is known color: Light Coral. HEX triplet: EE, 8C and 7F. RGB value is (238,140,127). Sum of RGB (Red+Green+Blue) = 238+140+127=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 140 (55.08% from 255 or 27.72% from 505); Blue value is 127 (50% from 255 or 25.15% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8C7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8C7F is #117380. Grayscale: #A7A7A7. Windows color (decimal): -1143681 or 8359150. OLE color: 8359150.
HSL color Cylindrical-coordinate representation of color #EE8C7F: hue angle of 7.03º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE8C7F is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 140 | 127 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.07 |
| HSL | 7.03º | 0.77% | 0.72% | - |
| HSV(B) | 7.03º | 0.47% | 0.93% | - |
| XYZ | 48.47 | 38.47 | 24.95 | - |
| YUV | 167.82 | 104.97 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 140 | 127 | 0 | 0.41 | 0.47 | 0.07 | 7.03 | 0.77 | 0.72 |
| Hex | EE | 8C | 7F | 0 | 29 | 2F | 7 | 7 | 4D | 48 |
| Octal | 356 | 214 | 177 | 0 | 51 | 57 | 7 | 7 | 115 | 110 |
| Binary | 11101110 | 10001100 | 1111111 | 0 | 101001 | 101111 | 111 | 111 | 1001101 | 1001000 |
Color Harmonies of #EE8C7F
Complementary color
Monochromatic Colors of #EE8C7F
Black with #EE8C7F
Text Example
Text Example
White with #EE8C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8C7F; }
p { color: rgb(238,140,127); }
H1.HeaderClassName
{
color: #EE8C7F;
}
.AnyTagClassName
{
color: #EE8C7F;
}
</style>
background-color css
<style>
a { background-color: #EE8C7F; }
a { background-color: rgb(238,140,127); }
div.DivClassName
{
background-color: #EE8C7F;
}
.BgClassName
{
background-color: #EE8C7F;
}
</style>
border-color css
<style>
span { border-color: #EE8C7F; }
span { border-color: rgb(238,140,127); }
td.TdClassName
{
border-color: #EE8C7F;
}
.TagClassName
{
border-color: #EE8C7F;
}
</style>