Shades of Just Right #E6BFA4
Tints of Just Right #E6BFA4
RGB
CMYK
RGB Variations
Color information
#E6BFA4 (or 0xE6BFA4) is known color: Just Right. HEX triplet: E6, BF and A4. RGB value is (230,191,164). Sum of RGB (Red+Green+Blue) = 230+191+164=585 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.32% from 585); Green value is 191 (75% from 255 or 32.65% from 585); Blue value is 164 (64.45% from 255 or 28.03% from 585); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BFA4 is #19405B. Grayscale: #C7C7C7. Windows color (decimal): -1654876 or 10797030. OLE color: 10797030.
HSL color Cylindrical-coordinate representation of color #E6BFA4: hue angle of 24.55º 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 #E6BFA4 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 191 | 164 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.10 |
| HSL | 24.55º | 0.57% | 0.77% | - |
| HSV(B) | 24.55º | 0.29% | 0.9% | - |
| XYZ | 57.96 | 56.76 | 43.02 | - |
| YUV | 199.58 | 107.92 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 191 | 164 | 0 | 0.17 | 0.29 | 0.10 | 24.55 | 0.57 | 0.77 |
| Hex | E6 | BF | A4 | 0 | 11 | 1D | A | 19 | 39 | 4D |
| Octal | 346 | 277 | 244 | 0 | 21 | 35 | 12 | 31 | 71 | 115 |
| Binary | 11100110 | 10111111 | 10100100 | 0 | 10001 | 11101 | 1010 | 11001 | 111001 | 1001101 |
Color Harmonies of #E6BFA4
Complementary color
Monochromatic Colors of #E6BFA4
Black with #E6BFA4
Text Example
Text Example
White with #E6BFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BFA4; }
p { color: rgb(230,191,164); }
H1.HeaderClassName
{
color: #E6BFA4;
}
.AnyTagClassName
{
color: #E6BFA4;
}
</style>
background-color css
<style>
a { background-color: #E6BFA4; }
a { background-color: rgb(230,191,164); }
div.DivClassName
{
background-color: #E6BFA4;
}
.BgClassName
{
background-color: #E6BFA4;
}
</style>
border-color css
<style>
span { border-color: #E6BFA4; }
span { border-color: rgb(230,191,164); }
td.TdClassName
{
border-color: #E6BFA4;
}
.TagClassName
{
border-color: #E6BFA4;
}
</style>