Shades of Broom #EDD71B
Tints of Broom #EDD71B
RGB
CMYK
RGB Variations
Color information
#EDD71B (or 0xEDD71B) is known color: Broom. HEX triplet: ED, D7 and 1B. RGB value is (237,215,27). Sum of RGB (Red+Green+Blue) = 237+215+27=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 215 (84.38% from 255 or 44.89% from 479); Blue value is 27 (10.94% from 255 or 5.64% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD71B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD71B is #1228E4. Grayscale: #C8C8C8. Windows color (decimal): -1190117 or 1824749. OLE color: 1824749.
HSL color Cylindrical-coordinate representation of color #EDD71B: hue angle of 53.71º 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 #EDD71B is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 27 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.07 |
| HSL | 53.71º | 0.85% | 0.52% | - |
| HSV(B) | 53.71º | 0.89% | 0.93% | - |
| XYZ | 59.42 | 66.68 | 10.78 | - |
| YUV | 200.15 | 30.29 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 27 | 0 | 0.09 | 0.89 | 0.07 | 53.71 | 0.85 | 0.52 |
| Hex | ED | D7 | 1B | 0 | 9 | 59 | 7 | 36 | 55 | 34 |
| Octal | 355 | 327 | 33 | 0 | 11 | 131 | 7 | 66 | 125 | 64 |
| Binary | 11101101 | 11010111 | 11011 | 0 | 1001 | 1011001 | 111 | 110110 | 1010101 | 110100 |
Color Harmonies of #EDD71B
Complementary color
Monochromatic Colors of #EDD71B
Black with #EDD71B
Text Example
Text Example
White with #EDD71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD71B; }
p { color: rgb(237,215,27); }
H1.HeaderClassName
{
color: #EDD71B;
}
.AnyTagClassName
{
color: #EDD71B;
}
</style>
background-color css
<style>
a { background-color: #EDD71B; }
a { background-color: rgb(237,215,27); }
div.DivClassName
{
background-color: #EDD71B;
}
.BgClassName
{
background-color: #EDD71B;
}
</style>
border-color css
<style>
span { border-color: #EDD71B; }
span { border-color: rgb(237,215,27); }
td.TdClassName
{
border-color: #EDD71B;
}
.TagClassName
{
border-color: #EDD71B;
}
</style>