Shades of Just Right #E3BDA5
Tints of Just Right #E3BDA5
RGB
CMYK
RGB Variations
Color information
#E3BDA5 (or 0xE3BDA5) is known color: Just Right. HEX triplet: E3, BD and A5. RGB value is (227,189,165). Sum of RGB (Red+Green+Blue) = 227+189+165=581 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.07% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 165 (64.84% from 255 or 28.40% from 581); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BDA5 is #1C425A. Grayscale: #C5C5C5. Windows color (decimal): -1851995 or 10862051. OLE color: 10862051.
HSL color Cylindrical-coordinate representation of color #E3BDA5: hue angle of 23.23º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E3BDA5 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 189 | 165 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.11 |
| HSL | 23.23º | 0.53% | 0.77% | - |
| HSV(B) | 23.23º | 0.27% | 0.89% | - |
| XYZ | 56.67 | 55.44 | 43.31 | - |
| YUV | 197.63 | 109.59 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 189 | 165 | 0 | 0.17 | 0.27 | 0.11 | 23.23 | 0.53 | 0.77 |
| Hex | E3 | BD | A5 | 0 | 11 | 1B | B | 17 | 35 | 4D |
| Octal | 343 | 275 | 245 | 0 | 21 | 33 | 13 | 27 | 65 | 115 |
| Binary | 11100011 | 10111101 | 10100101 | 0 | 10001 | 11011 | 1011 | 10111 | 110101 | 1001101 |
Color Harmonies of #E3BDA5
Complementary color
Monochromatic Colors of #E3BDA5
Black with #E3BDA5
Text Example
Text Example
White with #E3BDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BDA5; }
p { color: rgb(227,189,165); }
H1.HeaderClassName
{
color: #E3BDA5;
}
.AnyTagClassName
{
color: #E3BDA5;
}
</style>
background-color css
<style>
a { background-color: #E3BDA5; }
a { background-color: rgb(227,189,165); }
div.DivClassName
{
background-color: #E3BDA5;
}
.BgClassName
{
background-color: #E3BDA5;
}
</style>
border-color css
<style>
span { border-color: #E3BDA5; }
span { border-color: rgb(227,189,165); }
td.TdClassName
{
border-color: #E3BDA5;
}
.TagClassName
{
border-color: #E3BDA5;
}
</style>