Shades of Flax #EBDA8C
Tints of Flax #EBDA8C
RGB
CMYK
RGB Variations
Color information
#EBDA8C (or 0xEBDA8C) is known color: Flax. HEX triplet: EB, DA and 8C. RGB value is (235,218,140). Sum of RGB (Red+Green+Blue) = 235+218+140=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 140 (55.08% from 255 or 23.61% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDA8C is #142573. Grayscale: #D6D6D6. Windows color (decimal): -1320308 or 9231083. OLE color: 9231083.
HSL color Cylindrical-coordinate representation of color #EBDA8C: hue angle of 49.26º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EBDA8C is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 218 | 140 | - |
CMYK | 0 | 0.07 | 0.40 | 0.08 |
HSL | 49.26º | 0.7% | 0.74% | - |
HSV(B) | 49.26º | 0.4% | 0.92% | - |
XYZ | 64.07 | 69.7 | 34.89 | - |
YUV | 214.19 | 86.13 | 142.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 218 | 140 | 0 | 0.07 | 0.40 | 0.08 | 49.26 | 0.7 | 0.74 |
Hex | EB | DA | 8C | 0 | 7 | 28 | 8 | 31 | 46 | 4A |
Octal | 353 | 332 | 214 | 0 | 7 | 50 | 10 | 61 | 106 | 112 |
Binary | 11101011 | 11011010 | 10001100 | 0 | 111 | 101000 | 1000 | 110001 | 1000110 | 1001010 |
Color Harmonies of #EBDA8C
Complementary color
Monochromatic Colors of #EBDA8C
Black with #EBDA8C
Text Example
Text Example
White with #EBDA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDA8C; }
p { color: rgb(235,218,140); }
H1.HeaderClassName
{
color: #EBDA8C;
}
.AnyTagClassName
{
color: #EBDA8C;
}
</style>
background-color css
<style>
a { background-color: #EBDA8C; }
a { background-color: rgb(235,218,140); }
div.DivClassName
{
background-color: #EBDA8C;
}
.BgClassName
{
background-color: #EBDA8C;
}
</style>
border-color css
<style>
span { border-color: #EBDA8C; }
span { border-color: rgb(235,218,140); }
td.TdClassName
{
border-color: #EBDA8C;
}
.TagClassName
{
border-color: #EBDA8C;
}
</style>