Shades of Chalky #E5C27A
Tints of Chalky #E5C27A
RGB
CMYK
RGB Variations
Color information
#E5C27A (or 0xE5C27A) is known color: Chalky. HEX triplet: E5, C2 and 7A. RGB value is (229,194,122). Sum of RGB (Red+Green+Blue) = 229+194+122=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 122 (48.05% from 255 or 22.39% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C27A is #1A3D85. Grayscale: #C4C4C4. Windows color (decimal): -1719686 or 8045285. OLE color: 8045285.
HSL color Cylindrical-coordinate representation of color #E5C27A: hue angle of 40.37º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E5C27A is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 194 | 122 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.10 |
| HSL | 40.37º | 0.67% | 0.69% | - |
| HSV(B) | 40.37º | 0.47% | 0.9% | - |
| XYZ | 55.12 | 56.65 | 26.44 | - |
| YUV | 196.26 | 86.1 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 194 | 122 | 0 | 0.15 | 0.47 | 0.10 | 40.37 | 0.67 | 0.69 |
| Hex | E5 | C2 | 7A | 0 | F | 2F | A | 28 | 43 | 45 |
| Octal | 345 | 302 | 172 | 0 | 17 | 57 | 12 | 50 | 103 | 105 |
| Binary | 11100101 | 11000010 | 1111010 | 0 | 1111 | 101111 | 1010 | 101000 | 1000011 | 1000101 |
Color Harmonies of #E5C27A
Complementary color
Monochromatic Colors of #E5C27A
Black with #E5C27A
Text Example
Text Example
White with #E5C27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C27A; }
p { color: rgb(229,194,122); }
H1.HeaderClassName
{
color: #E5C27A;
}
.AnyTagClassName
{
color: #E5C27A;
}
</style>
background-color css
<style>
a { background-color: #E5C27A; }
a { background-color: rgb(229,194,122); }
div.DivClassName
{
background-color: #E5C27A;
}
.BgClassName
{
background-color: #E5C27A;
}
</style>
border-color css
<style>
span { border-color: #E5C27A; }
span { border-color: rgb(229,194,122); }
td.TdClassName
{
border-color: #E5C27A;
}
.TagClassName
{
border-color: #E5C27A;
}
</style>