Shades of Broom #EADD1B
Tints of Broom #EADD1B
RGB
CMYK
RGB Variations
Color information
#EADD1B (or 0xEADD1B) is known color: Broom. HEX triplet: EA, DD and 1B. RGB value is (234,221,27). Sum of RGB (Red+Green+Blue) = 234+221+27=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 27 (10.94% from 255 or 5.60% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADD1B is #1522E4. Grayscale: #CBCBCB. Windows color (decimal): -1385189 or 1826282. OLE color: 1826282.
HSL color Cylindrical-coordinate representation of color #EADD1B: hue angle of 56.23º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EADD1B is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 27 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.08 |
| HSL | 56.23º | 0.83% | 0.51% | - |
| HSV(B) | 56.23º | 0.88% | 0.92% | - |
| XYZ | 59.99 | 69.28 | 11.25 | - |
| YUV | 202.77 | 28.81 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 27 | 0 | 0.06 | 0.88 | 0.08 | 56.23 | 0.83 | 0.51 |
| Hex | EA | DD | 1B | 0 | 6 | 58 | 8 | 38 | 53 | 33 |
| Octal | 352 | 335 | 33 | 0 | 6 | 130 | 10 | 70 | 123 | 63 |
| Binary | 11101010 | 11011101 | 11011 | 0 | 110 | 1011000 | 1000 | 111000 | 1010011 | 110011 |
Color Harmonies of #EADD1B
Complementary color
Monochromatic Colors of #EADD1B
Black with #EADD1B
Text Example
Text Example
White with #EADD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD1B; }
p { color: rgb(234,221,27); }
H1.HeaderClassName
{
color: #EADD1B;
}
.AnyTagClassName
{
color: #EADD1B;
}
</style>
background-color css
<style>
a { background-color: #EADD1B; }
a { background-color: rgb(234,221,27); }
div.DivClassName
{
background-color: #EADD1B;
}
.BgClassName
{
background-color: #EADD1B;
}
</style>
border-color css
<style>
span { border-color: #EADD1B; }
span { border-color: rgb(234,221,27); }
td.TdClassName
{
border-color: #EADD1B;
}
.TagClassName
{
border-color: #EADD1B;
}
</style>