Shades of Chalky #E6C17A
Tints of Chalky #E6C17A
RGB
CMYK
RGB Variations
Color information
#E6C17A (or 0xE6C17A) is known color: Chalky. HEX triplet: E6, C1 and 7A. RGB value is (230,193,122). Sum of RGB (Red+Green+Blue) = 230+193+122=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 193 (75.78% from 255 or 35.41% from 545); Blue value is 122 (48.05% from 255 or 22.39% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C17A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C17A is #193E85. Grayscale: #C4C4C4. Windows color (decimal): -1654406 or 8045030. OLE color: 8045030.
HSL color Cylindrical-coordinate representation of color #E6C17A: hue angle of 39.44º degrees, saturation: 0.68, 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 #E6C17A is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 193 | 122 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.10 |
| HSL | 39.44º | 0.68% | 0.69% | - |
| HSV(B) | 39.44º | 0.47% | 0.9% | - |
| XYZ | 55.22 | 56.37 | 26.38 | - |
| YUV | 195.97 | 86.26 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 193 | 122 | 0 | 0.16 | 0.47 | 0.10 | 39.44 | 0.68 | 0.69 |
| Hex | E6 | C1 | 7A | 0 | 10 | 2F | A | 27 | 44 | 45 |
| Octal | 346 | 301 | 172 | 0 | 20 | 57 | 12 | 47 | 104 | 105 |
| Binary | 11100110 | 11000001 | 1111010 | 0 | 10000 | 101111 | 1010 | 100111 | 1000100 | 1000101 |
Color Harmonies of #E6C17A
Complementary color
Monochromatic Colors of #E6C17A
Black with #E6C17A
Text Example
Text Example
White with #E6C17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C17A; }
p { color: rgb(230,193,122); }
H1.HeaderClassName
{
color: #E6C17A;
}
.AnyTagClassName
{
color: #E6C17A;
}
</style>
background-color css
<style>
a { background-color: #E6C17A; }
a { background-color: rgb(230,193,122); }
div.DivClassName
{
background-color: #E6C17A;
}
.BgClassName
{
background-color: #E6C17A;
}
</style>
border-color css
<style>
span { border-color: #E6C17A; }
span { border-color: rgb(230,193,122); }
td.TdClassName
{
border-color: #E6C17A;
}
.TagClassName
{
border-color: #E6C17A;
}
</style>