Shades of Broom #EADC16
Tints of Broom #EADC16
RGB
CMYK
RGB Variations
Color information
#EADC16 (or 0xEADC16) is known color: Broom. HEX triplet: EA, DC and 16. RGB value is (234,220,22). Sum of RGB (Red+Green+Blue) = 234+220+22=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 22 (8.98% from 255 or 4.62% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADC16 is #1523E9. Grayscale: #CACACA. Windows color (decimal): -1385450 or 1498346. OLE color: 1498346.
HSL color Cylindrical-coordinate representation of color #EADC16: hue angle of 56.04º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EADC16 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 22 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.08 |
| HSL | 56.04º | 0.83% | 0.5% | - |
| HSV(B) | 56.04º | 0.91% | 0.92% | - |
| XYZ | 59.67 | 68.74 | 10.88 | - |
| YUV | 201.61 | 26.64 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 22 | 0 | 0.06 | 0.91 | 0.08 | 56.04 | 0.83 | 0.5 |
| Hex | EA | DC | 16 | 0 | 6 | 5B | 8 | 38 | 53 | 32 |
| Octal | 352 | 334 | 26 | 0 | 6 | 133 | 10 | 70 | 123 | 62 |
| Binary | 11101010 | 11011100 | 10110 | 0 | 110 | 1011011 | 1000 | 111000 | 1010011 | 110010 |
Color Harmonies of #EADC16
Complementary color
Monochromatic Colors of #EADC16
Black with #EADC16
Text Example
Text Example
White with #EADC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC16; }
p { color: rgb(234,220,22); }
H1.HeaderClassName
{
color: #EADC16;
}
.AnyTagClassName
{
color: #EADC16;
}
</style>
background-color css
<style>
a { background-color: #EADC16; }
a { background-color: rgb(234,220,22); }
div.DivClassName
{
background-color: #EADC16;
}
.BgClassName
{
background-color: #EADC16;
}
</style>
border-color css
<style>
span { border-color: #EADC16; }
span { border-color: rgb(234,220,22); }
td.TdClassName
{
border-color: #EADC16;
}
.TagClassName
{
border-color: #EADC16;
}
</style>