Shades of Just Right #E4BFA9
Tints of Just Right #E4BFA9
RGB
CMYK
RGB Variations
Color information
#E4BFA9 (or 0xE4BFA9) is known color: Just Right. HEX triplet: E4, BF and A9. RGB value is (228,191,169). Sum of RGB (Red+Green+Blue) = 228+191+169=588 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.78% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 169 (66.41% from 255 or 28.74% from 588); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BFA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4BFA9 is #1B4056. Grayscale: #C7C7C7. Windows color (decimal): -1785943 or 11124708. OLE color: 11124708.
HSL color Cylindrical-coordinate representation of color #E4BFA9: hue angle of 22.37º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E4BFA9 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 191 | 169 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.11 |
| HSL | 22.37º | 0.52% | 0.78% | - |
| HSV(B) | 22.37º | 0.26% | 0.89% | - |
| XYZ | 57.79 | 56.62 | 45.42 | - |
| YUV | 199.56 | 110.76 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 191 | 169 | 0 | 0.16 | 0.26 | 0.11 | 22.37 | 0.52 | 0.78 |
| Hex | E4 | BF | A9 | 0 | 10 | 1A | B | 16 | 34 | 4E |
| Octal | 344 | 277 | 251 | 0 | 20 | 32 | 13 | 26 | 64 | 116 |
| Binary | 11100100 | 10111111 | 10101001 | 0 | 10000 | 11010 | 1011 | 10110 | 110100 | 1001110 |
Color Harmonies of #E4BFA9
Complementary color
Monochromatic Colors of #E4BFA9
Black with #E4BFA9
Text Example
Text Example
White with #E4BFA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BFA9; }
p { color: rgb(228,191,169); }
H1.HeaderClassName
{
color: #E4BFA9;
}
.AnyTagClassName
{
color: #E4BFA9;
}
</style>
background-color css
<style>
a { background-color: #E4BFA9; }
a { background-color: rgb(228,191,169); }
div.DivClassName
{
background-color: #E4BFA9;
}
.BgClassName
{
background-color: #E4BFA9;
}
</style>
border-color css
<style>
span { border-color: #E4BFA9; }
span { border-color: rgb(228,191,169); }
td.TdClassName
{
border-color: #E4BFA9;
}
.TagClassName
{
border-color: #E4BFA9;
}
</style>