Shades of Chalky #E0C57B
Tints of Chalky #E0C57B
RGB
CMYK
RGB Variations
Color information
#E0C57B (or 0xE0C57B) is known color: Chalky. HEX triplet: E0, C5 and 7B. RGB value is (224,197,123). Sum of RGB (Red+Green+Blue) = 224+197+123=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 197 (77.34% from 255 or 36.21% from 544); Blue value is 123 (48.44% from 255 or 22.61% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C57B is #1F3A84. Grayscale: #C4C4C4. Windows color (decimal): -2046597 or 8111584. OLE color: 8111584.
HSL color Cylindrical-coordinate representation of color #E0C57B: hue angle of 43.96º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E0C57B is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 197 | 123 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.12 |
| HSL | 43.96º | 0.62% | 0.68% | - |
| HSV(B) | 43.96º | 0.45% | 0.88% | - |
| XYZ | 54.28 | 57.21 | 26.92 | - |
| YUV | 196.64 | 86.45 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 197 | 123 | 0 | 0.12 | 0.45 | 0.12 | 43.96 | 0.62 | 0.68 |
| Hex | E0 | C5 | 7B | 0 | C | 2D | C | 2C | 3E | 44 |
| Octal | 340 | 305 | 173 | 0 | 14 | 55 | 14 | 54 | 76 | 104 |
| Binary | 11100000 | 11000101 | 1111011 | 0 | 1100 | 101101 | 1100 | 101100 | 111110 | 1000100 |
Color Harmonies of #E0C57B
Complementary color
Monochromatic Colors of #E0C57B
Black with #E0C57B
Text Example
Text Example
White with #E0C57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C57B; }
p { color: rgb(224,197,123); }
H1.HeaderClassName
{
color: #E0C57B;
}
.AnyTagClassName
{
color: #E0C57B;
}
</style>
background-color css
<style>
a { background-color: #E0C57B; }
a { background-color: rgb(224,197,123); }
div.DivClassName
{
background-color: #E0C57B;
}
.BgClassName
{
background-color: #E0C57B;
}
</style>
border-color css
<style>
span { border-color: #E0C57B; }
span { border-color: rgb(224,197,123); }
td.TdClassName
{
border-color: #E0C57B;
}
.TagClassName
{
border-color: #E0C57B;
}
</style>