Shades of Just Right #E7BDA3
Tints of Just Right #E7BDA3
RGB
CMYK
RGB Variations
Color information
#E7BDA3 (or 0xE7BDA3) is known color: Just Right. HEX triplet: E7, BD and A3. RGB value is (231,189,163). Sum of RGB (Red+Green+Blue) = 231+189+163=583 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.62% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 163 (64.06% from 255 or 27.96% from 583); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BDA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BDA3 is #18425C. Grayscale: #C6C6C6. Windows color (decimal): -1589853 or 10730983. OLE color: 10730983.
HSL color Cylindrical-coordinate representation of color #E7BDA3: hue angle of 22.94º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E7BDA3 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 189 | 163 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.09 |
| HSL | 22.94º | 0.59% | 0.77% | - |
| HSV(B) | 22.94º | 0.29% | 0.91% | - |
| XYZ | 57.76 | 56.03 | 42.42 | - |
| YUV | 198.59 | 107.91 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 189 | 163 | 0 | 0.18 | 0.29 | 0.09 | 22.94 | 0.59 | 0.77 |
| Hex | E7 | BD | A3 | 0 | 12 | 1D | 9 | 17 | 3B | 4D |
| Octal | 347 | 275 | 243 | 0 | 22 | 35 | 11 | 27 | 73 | 115 |
| Binary | 11100111 | 10111101 | 10100011 | 0 | 10010 | 11101 | 1001 | 10111 | 111011 | 1001101 |
Color Harmonies of #E7BDA3
Complementary color
Monochromatic Colors of #E7BDA3
Black with #E7BDA3
Text Example
Text Example
White with #E7BDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BDA3; }
p { color: rgb(231,189,163); }
H1.HeaderClassName
{
color: #E7BDA3;
}
.AnyTagClassName
{
color: #E7BDA3;
}
</style>
background-color css
<style>
a { background-color: #E7BDA3; }
a { background-color: rgb(231,189,163); }
div.DivClassName
{
background-color: #E7BDA3;
}
.BgClassName
{
background-color: #E7BDA3;
}
</style>
border-color css
<style>
span { border-color: #E7BDA3; }
span { border-color: rgb(231,189,163); }
td.TdClassName
{
border-color: #E7BDA3;
}
.TagClassName
{
border-color: #E7BDA3;
}
</style>