Shades of Broom #EDD626
Tints of Broom #EDD626
RGB
CMYK
RGB Variations
Color information
#EDD626 (or 0xEDD626) is known color: Broom. HEX triplet: ED, D6 and 26. RGB value is (237,214,38). Sum of RGB (Red+Green+Blue) = 237+214+38=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 214 (83.98% from 255 or 43.76% from 489); Blue value is 38 (15.23% from 255 or 7.77% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD626 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD626 is #1229D9. Grayscale: #C9C9C9. Windows color (decimal): -1190362 or 2545389. OLE color: 2545389.
HSL color Cylindrical-coordinate representation of color #EDD626: hue angle of 53.07º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EDD626 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 214 | 38 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.07 |
| HSL | 53.07º | 0.85% | 0.54% | - |
| HSV(B) | 53.07º | 0.84% | 0.93% | - |
| XYZ | 59.32 | 66.24 | 11.49 | - |
| YUV | 200.81 | 36.12 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 38 | 0 | 0.10 | 0.84 | 0.07 | 53.07 | 0.85 | 0.54 |
| Hex | ED | D6 | 26 | 0 | A | 54 | 7 | 35 | 55 | 36 |
| Octal | 355 | 326 | 46 | 0 | 12 | 124 | 7 | 65 | 125 | 66 |
| Binary | 11101101 | 11010110 | 100110 | 0 | 1010 | 1010100 | 111 | 110101 | 1010101 | 110110 |
Color Harmonies of #EDD626
Complementary color
Monochromatic Colors of #EDD626
Black with #EDD626
Text Example
Text Example
White with #EDD626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD626; }
p { color: rgb(237,214,38); }
H1.HeaderClassName
{
color: #EDD626;
}
.AnyTagClassName
{
color: #EDD626;
}
</style>
background-color css
<style>
a { background-color: #EDD626; }
a { background-color: rgb(237,214,38); }
div.DivClassName
{
background-color: #EDD626;
}
.BgClassName
{
background-color: #EDD626;
}
</style>
border-color css
<style>
span { border-color: #EDD626; }
span { border-color: rgb(237,214,38); }
td.TdClassName
{
border-color: #EDD626;
}
.TagClassName
{
border-color: #EDD626;
}
</style>