Shades of Broom #EDD21A
Tints of Broom #EDD21A
RGB
CMYK
RGB Variations
Color information
#EDD21A (or 0xEDD21A) is known color: Broom. HEX triplet: ED, D2 and 1A. RGB value is (237,210,26). Sum of RGB (Red+Green+Blue) = 237+210+26=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 210 (82.42% from 255 or 44.40% from 473); Blue value is 26 (10.55% from 255 or 5.50% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD21A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD21A is #122DE5. Grayscale: #C5C5C5. Windows color (decimal): -1191398 or 1757933. OLE color: 1757933.
HSL color Cylindrical-coordinate representation of color #EDD21A: hue angle of 52.32º 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 #EDD21A is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 26 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.07 |
| HSL | 52.32º | 0.85% | 0.52% | - |
| HSV(B) | 52.32º | 0.89% | 0.93% | - |
| XYZ | 58.16 | 64.17 | 10.3 | - |
| YUV | 197.1 | 31.45 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 26 | 0 | 0.11 | 0.89 | 0.07 | 52.32 | 0.85 | 0.52 |
| Hex | ED | D2 | 1A | 0 | B | 59 | 7 | 34 | 55 | 34 |
| Octal | 355 | 322 | 32 | 0 | 13 | 131 | 7 | 64 | 125 | 64 |
| Binary | 11101101 | 11010010 | 11010 | 0 | 1011 | 1011001 | 111 | 110100 | 1010101 | 110100 |
Color Harmonies of #EDD21A
Complementary color
Monochromatic Colors of #EDD21A
Black with #EDD21A
Text Example
Text Example
White with #EDD21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD21A; }
p { color: rgb(237,210,26); }
H1.HeaderClassName
{
color: #EDD21A;
}
.AnyTagClassName
{
color: #EDD21A;
}
</style>
background-color css
<style>
a { background-color: #EDD21A; }
a { background-color: rgb(237,210,26); }
div.DivClassName
{
background-color: #EDD21A;
}
.BgClassName
{
background-color: #EDD21A;
}
</style>
border-color css
<style>
span { border-color: #EDD21A; }
span { border-color: rgb(237,210,26); }
td.TdClassName
{
border-color: #EDD21A;
}
.TagClassName
{
border-color: #EDD21A;
}
</style>