Shades of Chalky #E0C27D
Tints of Chalky #E0C27D
RGB
CMYK
RGB Variations
Color information
#E0C27D (or 0xE0C27D) is known color: Chalky. HEX triplet: E0, C2 and 7D. RGB value is (224,194,125). Sum of RGB (Red+Green+Blue) = 224+194+125=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 125 (49.22% from 255 or 23.02% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C27D is #1F3D82. Grayscale: #C3C3C3. Windows color (decimal): -2047363 or 8241888. OLE color: 8241888.
HSL color Cylindrical-coordinate representation of color #E0C27D: hue angle of 41.82º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E0C27D is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 194 | 125 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.12 |
| HSL | 41.82º | 0.61% | 0.68% | - |
| HSV(B) | 41.82º | 0.44% | 0.88% | - |
| XYZ | 53.73 | 55.91 | 27.36 | - |
| YUV | 195.1 | 88.44 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 194 | 125 | 0 | 0.13 | 0.44 | 0.12 | 41.82 | 0.61 | 0.68 |
| Hex | E0 | C2 | 7D | 0 | D | 2C | C | 2A | 3D | 44 |
| Octal | 340 | 302 | 175 | 0 | 15 | 54 | 14 | 52 | 75 | 104 |
| Binary | 11100000 | 11000010 | 1111101 | 0 | 1101 | 101100 | 1100 | 101010 | 111101 | 1000100 |
Color Harmonies of #E0C27D
Complementary color
Monochromatic Colors of #E0C27D
Black with #E0C27D
Text Example
Text Example
White with #E0C27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C27D; }
p { color: rgb(224,194,125); }
H1.HeaderClassName
{
color: #E0C27D;
}
.AnyTagClassName
{
color: #E0C27D;
}
</style>
background-color css
<style>
a { background-color: #E0C27D; }
a { background-color: rgb(224,194,125); }
div.DivClassName
{
background-color: #E0C27D;
}
.BgClassName
{
background-color: #E0C27D;
}
</style>
border-color css
<style>
span { border-color: #E0C27D; }
span { border-color: rgb(224,194,125); }
td.TdClassName
{
border-color: #E0C27D;
}
.TagClassName
{
border-color: #E0C27D;
}
</style>