Shades of Broom #EADC18
Tints of Broom #EADC18
RGB
CMYK
RGB Variations
Color information
#EADC18 (or 0xEADC18) is known color: Broom. HEX triplet: EA, DC and 18. RGB value is (234,220,24). Sum of RGB (Red+Green+Blue) = 234+220+24=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 24 (9.77% from 255 or 5.02% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADC18 is #1523E7. Grayscale: #CACACA. Windows color (decimal): -1385448 or 1629418. OLE color: 1629418.
HSL color Cylindrical-coordinate representation of color #EADC18: hue angle of 56º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EADC18 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 24 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.08 |
| HSL | 56º | 0.83% | 0.51% | - |
| HSV(B) | 56º | 0.9% | 0.92% | - |
| XYZ | 59.69 | 68.74 | 10.99 | - |
| YUV | 201.84 | 27.64 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 24 | 0 | 0.06 | 0.90 | 0.08 | 56 | 0.83 | 0.51 |
| Hex | EA | DC | 18 | 0 | 6 | 5A | 8 | 38 | 53 | 33 |
| Octal | 352 | 334 | 30 | 0 | 6 | 132 | 10 | 70 | 123 | 63 |
| Binary | 11101010 | 11011100 | 11000 | 0 | 110 | 1011010 | 1000 | 111000 | 1010011 | 110011 |
Color Harmonies of #EADC18
Complementary color
Monochromatic Colors of #EADC18
Black with #EADC18
Text Example
Text Example
White with #EADC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC18; }
p { color: rgb(234,220,24); }
H1.HeaderClassName
{
color: #EADC18;
}
.AnyTagClassName
{
color: #EADC18;
}
</style>
background-color css
<style>
a { background-color: #EADC18; }
a { background-color: rgb(234,220,24); }
div.DivClassName
{
background-color: #EADC18;
}
.BgClassName
{
background-color: #EADC18;
}
</style>
border-color css
<style>
span { border-color: #EADC18; }
span { border-color: rgb(234,220,24); }
td.TdClassName
{
border-color: #EADC18;
}
.TagClassName
{
border-color: #EADC18;
}
</style>