Shades of Chalky #E6BF7A
Tints of Chalky #E6BF7A
RGB
CMYK
RGB Variations
Color information
#E6BF7A (or 0xE6BF7A) is known color: Chalky. HEX triplet: E6, BF and 7A. RGB value is (230,191,122). Sum of RGB (Red+Green+Blue) = 230+191+122=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 122 (48.05% from 255 or 22.47% from 543); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BF7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BF7A is #194085. Grayscale: #C3C3C3. Windows color (decimal): -1654918 or 8044518. OLE color: 8044518.
HSL color Cylindrical-coordinate representation of color #E6BF7A: hue angle of 38.33º 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 #E6BF7A is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 191 | 122 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.10 |
| HSL | 38.33º | 0.68% | 0.69% | - |
| HSV(B) | 38.33º | 0.47% | 0.9% | - |
| XYZ | 54.78 | 55.49 | 26.24 | - |
| YUV | 194.8 | 86.92 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 191 | 122 | 0 | 0.17 | 0.47 | 0.10 | 38.33 | 0.68 | 0.69 |
| Hex | E6 | BF | 7A | 0 | 11 | 2F | A | 26 | 44 | 45 |
| Octal | 346 | 277 | 172 | 0 | 21 | 57 | 12 | 46 | 104 | 105 |
| Binary | 11100110 | 10111111 | 1111010 | 0 | 10001 | 101111 | 1010 | 100110 | 1000100 | 1000101 |
Color Harmonies of #E6BF7A
Complementary color
Monochromatic Colors of #E6BF7A
Black with #E6BF7A
Text Example
Text Example
White with #E6BF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BF7A; }
p { color: rgb(230,191,122); }
H1.HeaderClassName
{
color: #E6BF7A;
}
.AnyTagClassName
{
color: #E6BF7A;
}
</style>
background-color css
<style>
a { background-color: #E6BF7A; }
a { background-color: rgb(230,191,122); }
div.DivClassName
{
background-color: #E6BF7A;
}
.BgClassName
{
background-color: #E6BF7A;
}
</style>
border-color css
<style>
span { border-color: #E6BF7A; }
span { border-color: rgb(230,191,122); }
td.TdClassName
{
border-color: #E6BF7A;
}
.TagClassName
{
border-color: #E6BF7A;
}
</style>