Shades of Just Right #E1BFA6
Tints of Just Right #E1BFA6
RGB
CMYK
RGB Variations
Color information
#E1BFA6 (or 0xE1BFA6) is known color: Just Right. HEX triplet: E1, BF and A6. RGB value is (225,191,166). Sum of RGB (Red+Green+Blue) = 225+191+166=582 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.66% from 582); Green value is 191 (75% from 255 or 32.82% from 582); Blue value is 166 (65.23% from 255 or 28.52% from 582); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BFA6 is #1E4059. Grayscale: #C6C6C6. Windows color (decimal): -1982554 or 10928097. OLE color: 10928097.
HSL color Cylindrical-coordinate representation of color #E1BFA6: hue angle of 25.42º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E1BFA6 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 191 | 166 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.12 |
| HSL | 25.42º | 0.5% | 0.77% | - |
| HSV(B) | 25.42º | 0.26% | 0.88% | - |
| XYZ | 56.57 | 56.02 | 43.91 | - |
| YUV | 198.32 | 109.76 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 166 | 0 | 0.15 | 0.26 | 0.12 | 25.42 | 0.5 | 0.77 |
| Hex | E1 | BF | A6 | 0 | F | 1A | C | 19 | 32 | 4D |
| Octal | 341 | 277 | 246 | 0 | 17 | 32 | 14 | 31 | 62 | 115 |
| Binary | 11100001 | 10111111 | 10100110 | 0 | 1111 | 11010 | 1100 | 11001 | 110010 | 1001101 |
Color Harmonies of #E1BFA6
Complementary color
Monochromatic Colors of #E1BFA6
Black with #E1BFA6
Text Example
Text Example
White with #E1BFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BFA6; }
p { color: rgb(225,191,166); }
H1.HeaderClassName
{
color: #E1BFA6;
}
.AnyTagClassName
{
color: #E1BFA6;
}
</style>
background-color css
<style>
a { background-color: #E1BFA6; }
a { background-color: rgb(225,191,166); }
div.DivClassName
{
background-color: #E1BFA6;
}
.BgClassName
{
background-color: #E1BFA6;
}
</style>
border-color css
<style>
span { border-color: #E1BFA6; }
span { border-color: rgb(225,191,166); }
td.TdClassName
{
border-color: #E1BFA6;
}
.TagClassName
{
border-color: #E1BFA6;
}
</style>