Shades of Just Right #E5C2AA
Tints of Just Right #E5C2AA
RGB
CMYK
RGB Variations
Color information
#E5C2AA (or 0xE5C2AA) is known color: Just Right. HEX triplet: E5, C2 and AA. RGB value is (229,194,170). Sum of RGB (Red+Green+Blue) = 229+194+170=593 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.62% from 593); Green value is 194 (76.17% from 255 or 32.72% from 593); Blue value is 170 (66.80% from 255 or 28.67% from 593); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C2AA is #1A3D55. Grayscale: #C9C9C9. Windows color (decimal): -1719638 or 11191013. OLE color: 11191013.
HSL color Cylindrical-coordinate representation of color #E5C2AA: hue angle of 24.41º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5C2AA is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 194 | 170 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.10 |
| HSL | 24.41º | 0.53% | 0.78% | - |
| HSV(B) | 24.41º | 0.26% | 0.9% | - |
| XYZ | 58.86 | 58.14 | 46.15 | - |
| YUV | 201.73 | 110.1 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 194 | 170 | 0 | 0.15 | 0.26 | 0.10 | 24.41 | 0.53 | 0.78 |
| Hex | E5 | C2 | AA | 0 | F | 1A | A | 18 | 35 | 4E |
| Octal | 345 | 302 | 252 | 0 | 17 | 32 | 12 | 30 | 65 | 116 |
| Binary | 11100101 | 11000010 | 10101010 | 0 | 1111 | 11010 | 1010 | 11000 | 110101 | 1001110 |
Color Harmonies of #E5C2AA
Complementary color
Monochromatic Colors of #E5C2AA
Black with #E5C2AA
Text Example
Text Example
White with #E5C2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C2AA; }
p { color: rgb(229,194,170); }
H1.HeaderClassName
{
color: #E5C2AA;
}
.AnyTagClassName
{
color: #E5C2AA;
}
</style>
background-color css
<style>
a { background-color: #E5C2AA; }
a { background-color: rgb(229,194,170); }
div.DivClassName
{
background-color: #E5C2AA;
}
.BgClassName
{
background-color: #E5C2AA;
}
</style>
border-color css
<style>
span { border-color: #E5C2AA; }
span { border-color: rgb(229,194,170); }
td.TdClassName
{
border-color: #E5C2AA;
}
.TagClassName
{
border-color: #E5C2AA;
}
</style>