Shades of Just Right #E0BFAE
Tints of Just Right #E0BFAE
RGB
CMYK
RGB Variations
Color information
#E0BFAE (or 0xE0BFAE) is known color: Just Right. HEX triplet: E0, BF and AE. RGB value is (224,191,174). Sum of RGB (Red+Green+Blue) = 224+191+174=589 (78% of max value = 765). Red value is 224 (87.89% from 255 or 38.03% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 174 (68.36% from 255 or 29.54% from 589); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BFAE is #1F4051. Grayscale: #C7C7C7. Windows color (decimal): -2048082 or 11452384. OLE color: 11452384.
HSL color Cylindrical-coordinate representation of color #E0BFAE: hue angle of 20.4º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0BFAE is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 191 | 174 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.12 |
| HSL | 20.4º | 0.45% | 0.78% | - |
| HSV(B) | 20.4º | 0.22% | 0.88% | - |
| XYZ | 57.01 | 56.16 | 47.88 | - |
| YUV | 198.93 | 113.93 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 191 | 174 | 0 | 0.15 | 0.22 | 0.12 | 20.4 | 0.45 | 0.78 |
| Hex | E0 | BF | AE | 0 | F | 16 | C | 14 | 2D | 4E |
| Octal | 340 | 277 | 256 | 0 | 17 | 26 | 14 | 24 | 55 | 116 |
| Binary | 11100000 | 10111111 | 10101110 | 0 | 1111 | 10110 | 1100 | 10100 | 101101 | 1001110 |
Color Harmonies of #E0BFAE
Complementary color
Monochromatic Colors of #E0BFAE
Black with #E0BFAE
Text Example
Text Example
White with #E0BFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BFAE; }
p { color: rgb(224,191,174); }
H1.HeaderClassName
{
color: #E0BFAE;
}
.AnyTagClassName
{
color: #E0BFAE;
}
</style>
background-color css
<style>
a { background-color: #E0BFAE; }
a { background-color: rgb(224,191,174); }
div.DivClassName
{
background-color: #E0BFAE;
}
.BgClassName
{
background-color: #E0BFAE;
}
</style>
border-color css
<style>
span { border-color: #E0BFAE; }
span { border-color: rgb(224,191,174); }
td.TdClassName
{
border-color: #E0BFAE;
}
.TagClassName
{
border-color: #E0BFAE;
}
</style>