Shades of Broom #EADB1C
Tints of Broom #EADB1C
RGB
CMYK
RGB Variations
Color information
#EADB1C (or 0xEADB1C) is known color: Broom. HEX triplet: EA, DB and 1C. RGB value is (234,219,28). Sum of RGB (Red+Green+Blue) = 234+219+28=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 28 (11.33% from 255 or 5.82% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADB1C is #1524E3. Grayscale: #CACACA. Windows color (decimal): -1385700 or 1891306. OLE color: 1891306.
HSL color Cylindrical-coordinate representation of color #EADB1C: hue angle of 55.63º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EADB1C is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 28 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.08 |
| HSL | 55.63º | 0.83% | 0.51% | - |
| HSV(B) | 55.63º | 0.88% | 0.92% | - |
| XYZ | 59.47 | 68.24 | 11.14 | - |
| YUV | 201.71 | 29.97 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 28 | 0 | 0.06 | 0.88 | 0.08 | 55.63 | 0.83 | 0.51 |
| Hex | EA | DB | 1C | 0 | 6 | 58 | 8 | 38 | 53 | 33 |
| Octal | 352 | 333 | 34 | 0 | 6 | 130 | 10 | 70 | 123 | 63 |
| Binary | 11101010 | 11011011 | 11100 | 0 | 110 | 1011000 | 1000 | 111000 | 1010011 | 110011 |
Color Harmonies of #EADB1C
Complementary color
Monochromatic Colors of #EADB1C
Black with #EADB1C
Text Example
Text Example
White with #EADB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADB1C; }
p { color: rgb(234,219,28); }
H1.HeaderClassName
{
color: #EADB1C;
}
.AnyTagClassName
{
color: #EADB1C;
}
</style>
background-color css
<style>
a { background-color: #EADB1C; }
a { background-color: rgb(234,219,28); }
div.DivClassName
{
background-color: #EADB1C;
}
.BgClassName
{
background-color: #EADB1C;
}
</style>
border-color css
<style>
span { border-color: #EADB1C; }
span { border-color: rgb(234,219,28); }
td.TdClassName
{
border-color: #EADB1C;
}
.TagClassName
{
border-color: #EADB1C;
}
</style>