Shades of Chalky #E5C27D
Tints of Chalky #E5C27D
RGB
CMYK
RGB Variations
Color information
#E5C27D (or 0xE5C27D) is known color: Chalky. HEX triplet: E5, C2 and 7D. RGB value is (229,194,125). Sum of RGB (Red+Green+Blue) = 229+194+125=548 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.79% from 548); Green value is 194 (76.17% from 255 or 35.40% from 548); Blue value is 125 (49.22% from 255 or 22.81% from 548); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C27D is #1A3D82. Grayscale: #C4C4C4. Windows color (decimal): -1719683 or 8241893. OLE color: 8241893.
HSL color Cylindrical-coordinate representation of color #E5C27D: hue angle of 39.81º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E5C27D is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 194 | 125 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.10 |
| HSL | 39.81º | 0.67% | 0.69% | - |
| HSV(B) | 39.81º | 0.45% | 0.9% | - |
| XYZ | 55.31 | 56.72 | 27.44 | - |
| YUV | 196.6 | 87.6 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 194 | 125 | 0 | 0.15 | 0.45 | 0.10 | 39.81 | 0.67 | 0.69 |
| Hex | E5 | C2 | 7D | 0 | F | 2D | A | 28 | 43 | 45 |
| Octal | 345 | 302 | 175 | 0 | 17 | 55 | 12 | 50 | 103 | 105 |
| Binary | 11100101 | 11000010 | 1111101 | 0 | 1111 | 101101 | 1010 | 101000 | 1000011 | 1000101 |
Color Harmonies of #E5C27D
Complementary color
Monochromatic Colors of #E5C27D
Black with #E5C27D
Text Example
Text Example
White with #E5C27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C27D; }
p { color: rgb(229,194,125); }
H1.HeaderClassName
{
color: #E5C27D;
}
.AnyTagClassName
{
color: #E5C27D;
}
</style>
background-color css
<style>
a { background-color: #E5C27D; }
a { background-color: rgb(229,194,125); }
div.DivClassName
{
background-color: #E5C27D;
}
.BgClassName
{
background-color: #E5C27D;
}
</style>
border-color css
<style>
span { border-color: #E5C27D; }
span { border-color: rgb(229,194,125); }
td.TdClassName
{
border-color: #E5C27D;
}
.TagClassName
{
border-color: #E5C27D;
}
</style>