Shades of Flax #EBDA7B
Tints of Flax #EBDA7B
RGB
CMYK
RGB Variations
Color information
#EBDA7B (or 0xEBDA7B) is known color: Flax. HEX triplet: EB, DA and 7B. RGB value is (235,218,123). Sum of RGB (Red+Green+Blue) = 235+218+123=576 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.80% from 576); Green value is 218 (85.55% from 255 or 37.85% from 576); Blue value is 123 (48.44% from 255 or 21.35% from 576); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDA7B is #142584. Grayscale: #D4D4D4. Windows color (decimal): -1320325 or 8116971. OLE color: 8116971.
HSL color Cylindrical-coordinate representation of color #EBDA7B: hue angle of 50.89º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EBDA7B is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 218 | 123 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.08 |
| HSL | 50.89º | 0.74% | 0.7% | - |
| HSV(B) | 50.89º | 0.48% | 0.92% | - |
| XYZ | 62.91 | 69.24 | 28.79 | - |
| YUV | 212.25 | 77.63 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 218 | 123 | 0 | 0.07 | 0.48 | 0.08 | 50.89 | 0.74 | 0.7 |
| Hex | EB | DA | 7B | 0 | 7 | 30 | 8 | 33 | 4A | 46 |
| Octal | 353 | 332 | 173 | 0 | 7 | 60 | 10 | 63 | 112 | 106 |
| Binary | 11101011 | 11011010 | 1111011 | 0 | 111 | 110000 | 1000 | 110011 | 1001010 | 1000110 |
Color Harmonies of #EBDA7B
Complementary color
Monochromatic Colors of #EBDA7B
Black with #EBDA7B
Text Example
Text Example
White with #EBDA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDA7B; }
p { color: rgb(235,218,123); }
H1.HeaderClassName
{
color: #EBDA7B;
}
.AnyTagClassName
{
color: #EBDA7B;
}
</style>
background-color css
<style>
a { background-color: #EBDA7B; }
a { background-color: rgb(235,218,123); }
div.DivClassName
{
background-color: #EBDA7B;
}
.BgClassName
{
background-color: #EBDA7B;
}
</style>
border-color css
<style>
span { border-color: #EBDA7B; }
span { border-color: rgb(235,218,123); }
td.TdClassName
{
border-color: #EBDA7B;
}
.TagClassName
{
border-color: #EBDA7B;
}
</style>