Shades of Broom #EDDA15
Tints of Broom #EDDA15
RGB
CMYK
RGB Variations
Color information
#EDDA15 (or 0xEDDA15) is known color: Broom. HEX triplet: ED, DA and 15. RGB value is (237,218,21). Sum of RGB (Red+Green+Blue) = 237+218+21=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 21 (8.59% from 255 or 4.41% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDA15 is #1225EA. Grayscale: #CACACA. Windows color (decimal): -1189355 or 1432301. OLE color: 1432301.
HSL color Cylindrical-coordinate representation of color #EDDA15: hue angle of 54.72º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EDDA15 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 218 | 21 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.07 |
| HSL | 54.72º | 0.86% | 0.51% | - |
| HSV(B) | 54.72º | 0.91% | 0.93% | - |
| XYZ | 60.13 | 68.2 | 10.7 | - |
| YUV | 201.22 | 26.29 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 218 | 21 | 0 | 0.08 | 0.91 | 0.07 | 54.72 | 0.86 | 0.51 |
| Hex | ED | DA | 15 | 0 | 8 | 5B | 7 | 37 | 56 | 33 |
| Octal | 355 | 332 | 25 | 0 | 10 | 133 | 7 | 67 | 126 | 63 |
| Binary | 11101101 | 11011010 | 10101 | 0 | 1000 | 1011011 | 111 | 110111 | 1010110 | 110011 |
Color Harmonies of #EDDA15
Complementary color
Monochromatic Colors of #EDDA15
Black with #EDDA15
Text Example
Text Example
White with #EDDA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDA15; }
p { color: rgb(237,218,21); }
H1.HeaderClassName
{
color: #EDDA15;
}
.AnyTagClassName
{
color: #EDDA15;
}
</style>
background-color css
<style>
a { background-color: #EDDA15; }
a { background-color: rgb(237,218,21); }
div.DivClassName
{
background-color: #EDDA15;
}
.BgClassName
{
background-color: #EDDA15;
}
</style>
border-color css
<style>
span { border-color: #EDDA15; }
span { border-color: rgb(237,218,21); }
td.TdClassName
{
border-color: #EDDA15;
}
.TagClassName
{
border-color: #EDDA15;
}
</style>