Shades of Just Right #E1BFAE
Tints of Just Right #E1BFAE
RGB
CMYK
RGB Variations
Color information
#E1BFAE (or 0xE1BFAE) is known color: Just Right. HEX triplet: E1, BF and AE. RGB value is (225,191,174). Sum of RGB (Red+Green+Blue) = 225+191+174=590 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.14% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 174 (68.36% from 255 or 29.49% from 590); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BFAE is #1E4051. Grayscale: #C7C7C7. Windows color (decimal): -1982546 or 11452385. OLE color: 11452385.
HSL color Cylindrical-coordinate representation of color #E1BFAE: hue angle of 20º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1BFAE is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 191 | 174 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.12 |
| HSL | 20º | 0.46% | 0.78% | - |
| HSV(B) | 20º | 0.23% | 0.88% | - |
| XYZ | 57.32 | 56.33 | 47.9 | - |
| YUV | 199.23 | 113.76 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 174 | 0 | 0.15 | 0.23 | 0.12 | 20 | 0.46 | 0.78 |
| Hex | E1 | BF | AE | 0 | F | 17 | C | 14 | 2E | 4E |
| Octal | 341 | 277 | 256 | 0 | 17 | 27 | 14 | 24 | 56 | 116 |
| Binary | 11100001 | 10111111 | 10101110 | 0 | 1111 | 10111 | 1100 | 10100 | 101110 | 1001110 |
Color Harmonies of #E1BFAE
Complementary color
Monochromatic Colors of #E1BFAE
Black with #E1BFAE
Text Example
Text Example
White with #E1BFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BFAE; }
p { color: rgb(225,191,174); }
H1.HeaderClassName
{
color: #E1BFAE;
}
.AnyTagClassName
{
color: #E1BFAE;
}
</style>
background-color css
<style>
a { background-color: #E1BFAE; }
a { background-color: rgb(225,191,174); }
div.DivClassName
{
background-color: #E1BFAE;
}
.BgClassName
{
background-color: #E1BFAE;
}
</style>
border-color css
<style>
span { border-color: #E1BFAE; }
span { border-color: rgb(225,191,174); }
td.TdClassName
{
border-color: #E1BFAE;
}
.TagClassName
{
border-color: #E1BFAE;
}
</style>