Shades of Broom #EDD31B
Tints of Broom #EDD31B
RGB
CMYK
RGB Variations
Color information
#EDD31B (or 0xEDD31B) is known color: Broom. HEX triplet: ED, D3 and 1B. RGB value is (237,211,27). Sum of RGB (Red+Green+Blue) = 237+211+27=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 211 (82.81% from 255 or 44.42% from 475); Blue value is 27 (10.94% from 255 or 5.68% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD31B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD31B is #122CE4. Grayscale: #C6C6C6. Windows color (decimal): -1191141 or 1823725. OLE color: 1823725.
HSL color Cylindrical-coordinate representation of color #EDD31B: hue angle of 52.57º 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 #EDD31B is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 27 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.07 |
| HSL | 52.57º | 0.85% | 0.52% | - |
| HSV(B) | 52.57º | 0.89% | 0.93% | - |
| XYZ | 58.42 | 64.67 | 10.44 | - |
| YUV | 197.8 | 31.61 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 27 | 0 | 0.11 | 0.89 | 0.07 | 52.57 | 0.85 | 0.52 |
| Hex | ED | D3 | 1B | 0 | B | 59 | 7 | 35 | 55 | 34 |
| Octal | 355 | 323 | 33 | 0 | 13 | 131 | 7 | 65 | 125 | 64 |
| Binary | 11101101 | 11010011 | 11011 | 0 | 1011 | 1011001 | 111 | 110101 | 1010101 | 110100 |
Color Harmonies of #EDD31B
Complementary color
Monochromatic Colors of #EDD31B
Black with #EDD31B
Text Example
Text Example
White with #EDD31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD31B; }
p { color: rgb(237,211,27); }
H1.HeaderClassName
{
color: #EDD31B;
}
.AnyTagClassName
{
color: #EDD31B;
}
</style>
background-color css
<style>
a { background-color: #EDD31B; }
a { background-color: rgb(237,211,27); }
div.DivClassName
{
background-color: #EDD31B;
}
.BgClassName
{
background-color: #EDD31B;
}
</style>
border-color css
<style>
span { border-color: #EDD31B; }
span { border-color: rgb(237,211,27); }
td.TdClassName
{
border-color: #EDD31B;
}
.TagClassName
{
border-color: #EDD31B;
}
</style>