Shades of Broom #EADD18
Tints of Broom #EADD18
RGB
CMYK
RGB Variations
Color information
#EADD18 (or 0xEADD18) is known color: Broom. HEX triplet: EA, DD and 18. RGB value is (234,221,24). Sum of RGB (Red+Green+Blue) = 234+221+24=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 24 (9.77% from 255 or 5.01% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADD18 is #1522E7. Grayscale: #CBCBCB. Windows color (decimal): -1385192 or 1629674. OLE color: 1629674.
HSL color Cylindrical-coordinate representation of color #EADD18: hue angle of 56.29º 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 #EADD18 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 24 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.08 |
| HSL | 56.29º | 0.83% | 0.51% | - |
| HSV(B) | 56.29º | 0.9% | 0.92% | - |
| XYZ | 59.95 | 69.27 | 11.07 | - |
| YUV | 202.43 | 27.31 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 24 | 0 | 0.06 | 0.90 | 0.08 | 56.29 | 0.83 | 0.51 |
| Hex | EA | DD | 18 | 0 | 6 | 5A | 8 | 38 | 53 | 33 |
| Octal | 352 | 335 | 30 | 0 | 6 | 132 | 10 | 70 | 123 | 63 |
| Binary | 11101010 | 11011101 | 11000 | 0 | 110 | 1011010 | 1000 | 111000 | 1010011 | 110011 |
Color Harmonies of #EADD18
Complementary color
Monochromatic Colors of #EADD18
Black with #EADD18
Text Example
Text Example
White with #EADD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD18; }
p { color: rgb(234,221,24); }
H1.HeaderClassName
{
color: #EADD18;
}
.AnyTagClassName
{
color: #EADD18;
}
</style>
background-color css
<style>
a { background-color: #EADD18; }
a { background-color: rgb(234,221,24); }
div.DivClassName
{
background-color: #EADD18;
}
.BgClassName
{
background-color: #EADD18;
}
</style>
border-color css
<style>
span { border-color: #EADD18; }
span { border-color: rgb(234,221,24); }
td.TdClassName
{
border-color: #EADD18;
}
.TagClassName
{
border-color: #EADD18;
}
</style>