Shades of Flax #EBD27E
Tints of Flax #EBD27E
RGB
CMYK
RGB Variations
Color information
#EBD27E (or 0xEBD27E) is known color: Flax. HEX triplet: EB, D2 and 7E. RGB value is (235,210,126). Sum of RGB (Red+Green+Blue) = 235+210+126=571 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.16% from 571); Green value is 210 (82.42% from 255 or 36.78% from 571); Blue value is 126 (49.61% from 255 or 22.07% from 571); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD27E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD27E is #142D81. Grayscale: #D0D0D0. Windows color (decimal): -1322370 or 8311531. OLE color: 8311531.
HSL color Cylindrical-coordinate representation of color #EBD27E: hue angle of 46.24º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EBD27E is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 210 | 126 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.08 |
| HSL | 46.24º | 0.73% | 0.71% | - |
| HSV(B) | 46.24º | 0.46% | 0.92% | - |
| XYZ | 61.07 | 65.26 | 29.12 | - |
| YUV | 207.9 | 81.78 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 210 | 126 | 0 | 0.11 | 0.46 | 0.08 | 46.24 | 0.73 | 0.71 |
| Hex | EB | D2 | 7E | 0 | B | 2E | 8 | 2E | 49 | 47 |
| Octal | 353 | 322 | 176 | 0 | 13 | 56 | 10 | 56 | 111 | 107 |
| Binary | 11101011 | 11010010 | 1111110 | 0 | 1011 | 101110 | 1000 | 101110 | 1001001 | 1000111 |
Color Harmonies of #EBD27E
Complementary color
Monochromatic Colors of #EBD27E
Black with #EBD27E
Text Example
Text Example
White with #EBD27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD27E; }
p { color: rgb(235,210,126); }
H1.HeaderClassName
{
color: #EBD27E;
}
.AnyTagClassName
{
color: #EBD27E;
}
</style>
background-color css
<style>
a { background-color: #EBD27E; }
a { background-color: rgb(235,210,126); }
div.DivClassName
{
background-color: #EBD27E;
}
.BgClassName
{
background-color: #EBD27E;
}
</style>
border-color css
<style>
span { border-color: #EBD27E; }
span { border-color: rgb(235,210,126); }
td.TdClassName
{
border-color: #EBD27E;
}
.TagClassName
{
border-color: #EBD27E;
}
</style>