Shades of Broom #EDDD1B
Tints of Broom #EDDD1B
RGB
CMYK
RGB Variations
Color information
#EDDD1B (or 0xEDDD1B) is known color: Broom. HEX triplet: ED, DD and 1B. RGB value is (237,221,27). Sum of RGB (Red+Green+Blue) = 237+221+27=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 27 (10.94% from 255 or 5.57% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDD1B is #1222E4. Grayscale: #CCCCCC. Windows color (decimal): -1188581 or 1826285. OLE color: 1826285.
HSL color Cylindrical-coordinate representation of color #EDDD1B: hue angle of 55.43º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EDDD1B is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 27 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.07 |
| HSL | 55.43º | 0.85% | 0.52% | - |
| HSV(B) | 55.43º | 0.89% | 0.93% | - |
| XYZ | 60.98 | 69.8 | 11.3 | - |
| YUV | 203.67 | 28.3 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 27 | 0 | 0.07 | 0.89 | 0.07 | 55.43 | 0.85 | 0.52 |
| Hex | ED | DD | 1B | 0 | 7 | 59 | 7 | 37 | 55 | 34 |
| Octal | 355 | 335 | 33 | 0 | 7 | 131 | 7 | 67 | 125 | 64 |
| Binary | 11101101 | 11011101 | 11011 | 0 | 111 | 1011001 | 111 | 110111 | 1010101 | 110100 |
Color Harmonies of #EDDD1B
Complementary color
Monochromatic Colors of #EDDD1B
Black with #EDDD1B
Text Example
Text Example
White with #EDDD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD1B; }
p { color: rgb(237,221,27); }
H1.HeaderClassName
{
color: #EDDD1B;
}
.AnyTagClassName
{
color: #EDDD1B;
}
</style>
background-color css
<style>
a { background-color: #EDDD1B; }
a { background-color: rgb(237,221,27); }
div.DivClassName
{
background-color: #EDDD1B;
}
.BgClassName
{
background-color: #EDDD1B;
}
</style>
border-color css
<style>
span { border-color: #EDDD1B; }
span { border-color: rgb(237,221,27); }
td.TdClassName
{
border-color: #EDDD1B;
}
.TagClassName
{
border-color: #EDDD1B;
}
</style>