Shades of Beeswax #E6D5AC
Tints of Beeswax #E6D5AC
RGB
CMYK
RGB Variations
Color information
#E6D5AC (or 0xE6D5AC) is known color: Beeswax. HEX triplet: E6, D5 and AC. RGB value is (230,213,172). Sum of RGB (Red+Green+Blue) = 230+213+172=615 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.40% from 615); Green value is 213 (83.59% from 255 or 34.63% from 615); Blue value is 172 (67.58% from 255 or 27.97% from 615); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D5AC is #192A53. Grayscale: #D5D5D5. Windows color (decimal): -1649236 or 11326950. OLE color: 11326950.
HSL color Cylindrical-coordinate representation of color #E6D5AC: hue angle of 42.41º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6D5AC is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 213 | 172 | - |
CMYK | 0 | 0.07 | 0.25 | 0.10 |
HSL | 42.41º | 0.54% | 0.79% | - |
HSV(B) | 42.41º | 0.25% | 0.9% | - |
XYZ | 63.87 | 67.39 | 48.67 | - |
YUV | 213.41 | 104.63 | 139.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 213 | 172 | 0 | 0.07 | 0.25 | 0.10 | 42.41 | 0.54 | 0.79 |
Hex | E6 | D5 | AC | 0 | 7 | 19 | A | 2A | 36 | 4F |
Octal | 346 | 325 | 254 | 0 | 7 | 31 | 12 | 52 | 66 | 117 |
Binary | 11100110 | 11010101 | 10101100 | 0 | 111 | 11001 | 1010 | 101010 | 110110 | 1001111 |
Color Harmonies of #E6D5AC
Complementary color
Monochromatic Colors of #E6D5AC
Black with #E6D5AC
Text Example
Text Example
White with #E6D5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D5AC; }
p { color: rgb(230,213,172); }
H1.HeaderClassName
{
color: #E6D5AC;
}
.AnyTagClassName
{
color: #E6D5AC;
}
</style>
background-color css
<style>
a { background-color: #E6D5AC; }
a { background-color: rgb(230,213,172); }
div.DivClassName
{
background-color: #E6D5AC;
}
.BgClassName
{
background-color: #E6D5AC;
}
</style>
border-color css
<style>
span { border-color: #E6D5AC; }
span { border-color: rgb(230,213,172); }
td.TdClassName
{
border-color: #E6D5AC;
}
.TagClassName
{
border-color: #E6D5AC;
}
</style>