Shades of Flax #E6D481
Tints of Flax #E6D481
RGB
CMYK
RGB Variations
Color information
#E6D481 (or 0xE6D481) is known color: Flax. HEX triplet: E6, D4 and 81. RGB value is (230,212,129). Sum of RGB (Red+Green+Blue) = 230+212+129=571 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.28% from 571); Green value is 212 (83.20% from 255 or 37.13% from 571); Blue value is 129 (50.78% from 255 or 22.59% from 571); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D481 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D481 is #192B7E. Grayscale: #D0D0D0. Windows color (decimal): -1649535 or 8508646. OLE color: 8508646.
HSL color Cylindrical-coordinate representation of color #E6D481: hue angle of 49.31º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E6D481 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 212 | 129 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.10 |
| HSL | 49.31º | 0.67% | 0.7% | - |
| HSV(B) | 49.31º | 0.44% | 0.9% | - |
| XYZ | 60.14 | 65.49 | 30.24 | - |
| YUV | 207.92 | 83.46 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 212 | 129 | 0 | 0.08 | 0.44 | 0.10 | 49.31 | 0.67 | 0.7 |
| Hex | E6 | D4 | 81 | 0 | 8 | 2C | A | 31 | 43 | 46 |
| Octal | 346 | 324 | 201 | 0 | 10 | 54 | 12 | 61 | 103 | 106 |
| Binary | 11100110 | 11010100 | 10000001 | 0 | 1000 | 101100 | 1010 | 110001 | 1000011 | 1000110 |
Color Harmonies of #E6D481
Complementary color
Monochromatic Colors of #E6D481
Black with #E6D481
Text Example
Text Example
White with #E6D481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D481; }
p { color: rgb(230,212,129); }
H1.HeaderClassName
{
color: #E6D481;
}
.AnyTagClassName
{
color: #E6D481;
}
</style>
background-color css
<style>
a { background-color: #E6D481; }
a { background-color: rgb(230,212,129); }
div.DivClassName
{
background-color: #E6D481;
}
.BgClassName
{
background-color: #E6D481;
}
</style>
border-color css
<style>
span { border-color: #E6D481; }
span { border-color: rgb(230,212,129); }
td.TdClassName
{
border-color: #E6D481;
}
.TagClassName
{
border-color: #E6D481;
}
</style>