Shades of Flax #EDD67B
Tints of Flax #EDD67B
RGB
CMYK
RGB Variations
Color information
#EDD67B (or 0xEDD67B) is known color: Flax. HEX triplet: ED, D6 and 7B. RGB value is (237,214,123). Sum of RGB (Red+Green+Blue) = 237+214+123=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 214 (83.98% from 255 or 37.28% from 574); Blue value is 123 (48.44% from 255 or 21.43% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD67B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD67B is #122984. Grayscale: #D2D2D2. Windows color (decimal): -1190277 or 8115949. OLE color: 8115949.
HSL color Cylindrical-coordinate representation of color #EDD67B: hue angle of 47.89º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDD67B is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 214 | 123 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.07 |
| HSL | 47.89º | 0.76% | 0.71% | - |
| HSV(B) | 47.89º | 0.48% | 0.93% | - |
| XYZ | 62.55 | 67.53 | 28.48 | - |
| YUV | 210.5 | 78.62 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 123 | 0 | 0.10 | 0.48 | 0.07 | 47.89 | 0.76 | 0.71 |
| Hex | ED | D6 | 7B | 0 | A | 30 | 7 | 30 | 4C | 47 |
| Octal | 355 | 326 | 173 | 0 | 12 | 60 | 7 | 60 | 114 | 107 |
| Binary | 11101101 | 11010110 | 1111011 | 0 | 1010 | 110000 | 111 | 110000 | 1001100 | 1000111 |
Color Harmonies of #EDD67B
Complementary color
Monochromatic Colors of #EDD67B
Black with #EDD67B
Text Example
Text Example
White with #EDD67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD67B; }
p { color: rgb(237,214,123); }
H1.HeaderClassName
{
color: #EDD67B;
}
.AnyTagClassName
{
color: #EDD67B;
}
</style>
background-color css
<style>
a { background-color: #EDD67B; }
a { background-color: rgb(237,214,123); }
div.DivClassName
{
background-color: #EDD67B;
}
.BgClassName
{
background-color: #EDD67B;
}
</style>
border-color css
<style>
span { border-color: #EDD67B; }
span { border-color: rgb(237,214,123); }
td.TdClassName
{
border-color: #EDD67B;
}
.TagClassName
{
border-color: #EDD67B;
}
</style>