Shades of Light Coral #EE8A7F
Tints of Light Coral #EE8A7F
RGB
CMYK
RGB Variations
Color information
#EE8A7F (or 0xEE8A7F) is known color: Light Coral. HEX triplet: EE, 8A and 7F. RGB value is (238,138,127). Sum of RGB (Red+Green+Blue) = 238+138+127=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 127 (50% from 255 or 25.25% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8A7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8A7F is #117580. Grayscale: #A6A6A6. Windows color (decimal): -1144193 or 8358638. OLE color: 8358638.
HSL color Cylindrical-coordinate representation of color #EE8A7F: hue angle of 5.95º 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 #EE8A7F is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 138 | 127 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.07 |
| HSL | 5.95º | 0.77% | 0.72% | - |
| HSV(B) | 5.95º | 0.47% | 0.93% | - |
| XYZ | 48.18 | 37.89 | 24.85 | - |
| YUV | 166.65 | 105.63 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 138 | 127 | 0 | 0.42 | 0.47 | 0.07 | 5.95 | 0.77 | 0.72 |
| Hex | EE | 8A | 7F | 0 | 2A | 2F | 7 | 6 | 4D | 48 |
| Octal | 356 | 212 | 177 | 0 | 52 | 57 | 7 | 6 | 115 | 110 |
| Binary | 11101110 | 10001010 | 1111111 | 0 | 101010 | 101111 | 111 | 110 | 1001101 | 1001000 |
Color Harmonies of #EE8A7F
Complementary color
Monochromatic Colors of #EE8A7F
Black with #EE8A7F
Text Example
Text Example
White with #EE8A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8A7F; }
p { color: rgb(238,138,127); }
H1.HeaderClassName
{
color: #EE8A7F;
}
.AnyTagClassName
{
color: #EE8A7F;
}
</style>
background-color css
<style>
a { background-color: #EE8A7F; }
a { background-color: rgb(238,138,127); }
div.DivClassName
{
background-color: #EE8A7F;
}
.BgClassName
{
background-color: #EE8A7F;
}
</style>
border-color css
<style>
span { border-color: #EE8A7F; }
span { border-color: rgb(238,138,127); }
td.TdClassName
{
border-color: #EE8A7F;
}
.TagClassName
{
border-color: #EE8A7F;
}
</style>