Shades of Chalky #E6BF7B
Tints of Chalky #E6BF7B
RGB
CMYK
RGB Variations
Color information
#E6BF7B (or 0xE6BF7B) is known color: Chalky. HEX triplet: E6, BF and 7B. RGB value is (230,191,123). Sum of RGB (Red+Green+Blue) = 230+191+123=544 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.28% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 123 (48.44% from 255 or 22.61% from 544); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BF7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BF7B is #194084. Grayscale: #C3C3C3. Windows color (decimal): -1654917 or 8110054. OLE color: 8110054.
HSL color Cylindrical-coordinate representation of color #E6BF7B: hue angle of 38.13º 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 #E6BF7B is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 191 | 123 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.10 |
| HSL | 38.13º | 0.68% | 0.69% | - |
| HSV(B) | 38.13º | 0.47% | 0.9% | - |
| XYZ | 54.84 | 55.51 | 26.56 | - |
| YUV | 194.91 | 87.42 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 191 | 123 | 0 | 0.17 | 0.47 | 0.10 | 38.13 | 0.68 | 0.69 |
| Hex | E6 | BF | 7B | 0 | 11 | 2F | A | 26 | 44 | 45 |
| Octal | 346 | 277 | 173 | 0 | 21 | 57 | 12 | 46 | 104 | 105 |
| Binary | 11100110 | 10111111 | 1111011 | 0 | 10001 | 101111 | 1010 | 100110 | 1000100 | 1000101 |
Color Harmonies of #E6BF7B
Complementary color
Monochromatic Colors of #E6BF7B
Black with #E6BF7B
Text Example
Text Example
White with #E6BF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BF7B; }
p { color: rgb(230,191,123); }
H1.HeaderClassName
{
color: #E6BF7B;
}
.AnyTagClassName
{
color: #E6BF7B;
}
</style>
background-color css
<style>
a { background-color: #E6BF7B; }
a { background-color: rgb(230,191,123); }
div.DivClassName
{
background-color: #E6BF7B;
}
.BgClassName
{
background-color: #E6BF7B;
}
</style>
border-color css
<style>
span { border-color: #E6BF7B; }
span { border-color: rgb(230,191,123); }
td.TdClassName
{
border-color: #E6BF7B;
}
.TagClassName
{
border-color: #E6BF7B;
}
</style>