Shades of Broom #EADD1A
Tints of Broom #EADD1A
RGB
CMYK
RGB Variations
Color information
#EADD1A (or 0xEADD1A) is known color: Broom. HEX triplet: EA, DD and 1A. RGB value is (234,221,26). Sum of RGB (Red+Green+Blue) = 234+221+26=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 26 (10.55% from 255 or 5.41% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADD1A is #1522E5. Grayscale: #CBCBCB. Windows color (decimal): -1385190 or 1760746. OLE color: 1760746.
HSL color Cylindrical-coordinate representation of color #EADD1A: hue angle of 56.25º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EADD1A is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 26 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.08 |
| HSL | 56.25º | 0.83% | 0.51% | - |
| HSV(B) | 56.25º | 0.89% | 0.92% | - |
| XYZ | 59.97 | 69.28 | 11.19 | - |
| YUV | 202.66 | 28.31 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 26 | 0 | 0.06 | 0.89 | 0.08 | 56.25 | 0.83 | 0.51 |
| Hex | EA | DD | 1A | 0 | 6 | 59 | 8 | 38 | 53 | 33 |
| Octal | 352 | 335 | 32 | 0 | 6 | 131 | 10 | 70 | 123 | 63 |
| Binary | 11101010 | 11011101 | 11010 | 0 | 110 | 1011001 | 1000 | 111000 | 1010011 | 110011 |
Color Harmonies of #EADD1A
Complementary color
Monochromatic Colors of #EADD1A
Black with #EADD1A
Text Example
Text Example
White with #EADD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD1A; }
p { color: rgb(234,221,26); }
H1.HeaderClassName
{
color: #EADD1A;
}
.AnyTagClassName
{
color: #EADD1A;
}
</style>
background-color css
<style>
a { background-color: #EADD1A; }
a { background-color: rgb(234,221,26); }
div.DivClassName
{
background-color: #EADD1A;
}
.BgClassName
{
background-color: #EADD1A;
}
</style>
border-color css
<style>
span { border-color: #EADD1A; }
span { border-color: rgb(234,221,26); }
td.TdClassName
{
border-color: #EADD1A;
}
.TagClassName
{
border-color: #EADD1A;
}
</style>