Shades of Broom #EADA18
Tints of Broom #EADA18
RGB
CMYK
RGB Variations
Color information
#EADA18 (or 0xEADA18) is known color: Broom. HEX triplet: EA, DA and 18. RGB value is (234,218,24). Sum of RGB (Red+Green+Blue) = 234+218+24=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 24 (9.77% from 255 or 5.04% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADA18 is #1525E7. Grayscale: #C9C9C9. Windows color (decimal): -1385960 or 1628906. OLE color: 1628906.
HSL color Cylindrical-coordinate representation of color #EADA18: hue angle of 55.43º 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 #EADA18 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 24 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.08 |
| HSL | 55.43º | 0.83% | 0.51% | - |
| HSV(B) | 55.43º | 0.9% | 0.92% | - |
| XYZ | 59.17 | 67.7 | 10.81 | - |
| YUV | 200.67 | 28.3 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 24 | 0 | 0.07 | 0.90 | 0.08 | 55.43 | 0.83 | 0.51 |
| Hex | EA | DA | 18 | 0 | 7 | 5A | 8 | 37 | 53 | 33 |
| Octal | 352 | 332 | 30 | 0 | 7 | 132 | 10 | 67 | 123 | 63 |
| Binary | 11101010 | 11011010 | 11000 | 0 | 111 | 1011010 | 1000 | 110111 | 1010011 | 110011 |
Color Harmonies of #EADA18
Complementary color
Monochromatic Colors of #EADA18
Black with #EADA18
Text Example
Text Example
White with #EADA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADA18; }
p { color: rgb(234,218,24); }
H1.HeaderClassName
{
color: #EADA18;
}
.AnyTagClassName
{
color: #EADA18;
}
</style>
background-color css
<style>
a { background-color: #EADA18; }
a { background-color: rgb(234,218,24); }
div.DivClassName
{
background-color: #EADA18;
}
.BgClassName
{
background-color: #EADA18;
}
</style>
border-color css
<style>
span { border-color: #EADA18; }
span { border-color: rgb(234,218,24); }
td.TdClassName
{
border-color: #EADA18;
}
.TagClassName
{
border-color: #EADA18;
}
</style>