Shades of Flax #EBD48C
Tints of Flax #EBD48C
RGB
CMYK
RGB Variations
Color information
#EBD48C (or 0xEBD48C) is known color: Flax. HEX triplet: EB, D4 and 8C. RGB value is (235,212,140). Sum of RGB (Red+Green+Blue) = 235+212+140=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 212 (83.20% from 255 or 36.12% from 587); Blue value is 140 (55.08% from 255 or 23.85% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD48C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD48C is #142B73. Grayscale: #D2D2D2. Windows color (decimal): -1321844 or 9229547. OLE color: 9229547.
HSL color Cylindrical-coordinate representation of color #EBD48C: hue angle of 45.47º 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 #EBD48C is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 212 | 140 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.08 |
| HSL | 45.47º | 0.7% | 0.74% | - |
| HSV(B) | 45.47º | 0.4% | 0.92% | - |
| XYZ | 62.54 | 66.64 | 34.38 | - |
| YUV | 210.67 | 88.12 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 212 | 140 | 0 | 0.10 | 0.40 | 0.08 | 45.47 | 0.7 | 0.74 |
| Hex | EB | D4 | 8C | 0 | A | 28 | 8 | 2D | 46 | 4A |
| Octal | 353 | 324 | 214 | 0 | 12 | 50 | 10 | 55 | 106 | 112 |
| Binary | 11101011 | 11010100 | 10001100 | 0 | 1010 | 101000 | 1000 | 101101 | 1000110 | 1001010 |
Color Harmonies of #EBD48C
Complementary color
Monochromatic Colors of #EBD48C
Black with #EBD48C
Text Example
Text Example
White with #EBD48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD48C; }
p { color: rgb(235,212,140); }
H1.HeaderClassName
{
color: #EBD48C;
}
.AnyTagClassName
{
color: #EBD48C;
}
</style>
background-color css
<style>
a { background-color: #EBD48C; }
a { background-color: rgb(235,212,140); }
div.DivClassName
{
background-color: #EBD48C;
}
.BgClassName
{
background-color: #EBD48C;
}
</style>
border-color css
<style>
span { border-color: #EBD48C; }
span { border-color: rgb(235,212,140); }
td.TdClassName
{
border-color: #EBD48C;
}
.TagClassName
{
border-color: #EBD48C;
}
</style>