Shades of Just Right #E6C0A7
Tints of Just Right #E6C0A7
RGB
CMYK
RGB Variations
Color information
#E6C0A7 (or 0xE6C0A7) is known color: Just Right. HEX triplet: E6, C0 and A7. RGB value is (230,192,167). Sum of RGB (Red+Green+Blue) = 230+192+167=589 (78% of max value = 765). Red value is 230 (90.23% from 255 or 39.05% from 589); Green value is 192 (75.39% from 255 or 32.60% from 589); Blue value is 167 (65.62% from 255 or 28.35% from 589); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C0A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C0A7 is #193F58. Grayscale: #C8C8C8. Windows color (decimal): -1654617 or 10993894. OLE color: 10993894.
HSL color Cylindrical-coordinate representation of color #E6C0A7: hue angle of 23.81º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E6C0A7 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 192 | 167 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.10 |
| HSL | 23.81º | 0.56% | 0.78% | - |
| HSV(B) | 23.81º | 0.27% | 0.9% | - |
| XYZ | 58.46 | 57.31 | 44.54 | - |
| YUV | 200.51 | 109.09 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 192 | 167 | 0 | 0.17 | 0.27 | 0.10 | 23.81 | 0.56 | 0.78 |
| Hex | E6 | C0 | A7 | 0 | 11 | 1B | A | 18 | 38 | 4E |
| Octal | 346 | 300 | 247 | 0 | 21 | 33 | 12 | 30 | 70 | 116 |
| Binary | 11100110 | 11000000 | 10100111 | 0 | 10001 | 11011 | 1010 | 11000 | 111000 | 1001110 |
Color Harmonies of #E6C0A7
Complementary color
Monochromatic Colors of #E6C0A7
Black with #E6C0A7
Text Example
Text Example
White with #E6C0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C0A7; }
p { color: rgb(230,192,167); }
H1.HeaderClassName
{
color: #E6C0A7;
}
.AnyTagClassName
{
color: #E6C0A7;
}
</style>
background-color css
<style>
a { background-color: #E6C0A7; }
a { background-color: rgb(230,192,167); }
div.DivClassName
{
background-color: #E6C0A7;
}
.BgClassName
{
background-color: #E6C0A7;
}
</style>
border-color css
<style>
span { border-color: #E6C0A7; }
span { border-color: rgb(230,192,167); }
td.TdClassName
{
border-color: #E6C0A7;
}
.TagClassName
{
border-color: #E6C0A7;
}
</style>