Shades of Just Right #E6BCA4
Tints of Just Right #E6BCA4
RGB
CMYK
RGB Variations
Color information
#E6BCA4 (or 0xE6BCA4) is known color: Just Right. HEX triplet: E6, BC and A4. RGB value is (230,188,164). Sum of RGB (Red+Green+Blue) = 230+188+164=582 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.52% from 582); Green value is 188 (73.83% from 255 or 32.30% from 582); Blue value is 164 (64.45% from 255 or 28.18% from 582); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BCA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BCA4 is #19435B. Grayscale: #C5C5C5. Windows color (decimal): -1655644 or 10796262. OLE color: 10796262.
HSL color Cylindrical-coordinate representation of color #E6BCA4: hue angle of 21.82º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E6BCA4 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 188 | 164 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.10 |
| HSL | 21.82º | 0.57% | 0.77% | - |
| HSV(B) | 21.82º | 0.29% | 0.9% | - |
| XYZ | 57.32 | 55.47 | 42.81 | - |
| YUV | 197.82 | 108.91 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 188 | 164 | 0 | 0.18 | 0.29 | 0.10 | 21.82 | 0.57 | 0.77 |
| Hex | E6 | BC | A4 | 0 | 12 | 1D | A | 16 | 39 | 4D |
| Octal | 346 | 274 | 244 | 0 | 22 | 35 | 12 | 26 | 71 | 115 |
| Binary | 11100110 | 10111100 | 10100100 | 0 | 10010 | 11101 | 1010 | 10110 | 111001 | 1001101 |
Color Harmonies of #E6BCA4
Complementary color
Monochromatic Colors of #E6BCA4
Black with #E6BCA4
Text Example
Text Example
White with #E6BCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BCA4; }
p { color: rgb(230,188,164); }
H1.HeaderClassName
{
color: #E6BCA4;
}
.AnyTagClassName
{
color: #E6BCA4;
}
</style>
background-color css
<style>
a { background-color: #E6BCA4; }
a { background-color: rgb(230,188,164); }
div.DivClassName
{
background-color: #E6BCA4;
}
.BgClassName
{
background-color: #E6BCA4;
}
</style>
border-color css
<style>
span { border-color: #E6BCA4; }
span { border-color: rgb(230,188,164); }
td.TdClassName
{
border-color: #E6BCA4;
}
.TagClassName
{
border-color: #E6BCA4;
}
</style>