Shades of Broom #EDD00F
Tints of Broom #EDD00F
RGB
CMYK
RGB Variations
Color information
#EDD00F (or 0xEDD00F) is known color: Broom. HEX triplet: ED, D0 and 0F. RGB value is (237,208,15). Sum of RGB (Red+Green+Blue) = 237+208+15=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 208 (81.64% from 255 or 45.22% from 460); Blue value is 15 (6.25% from 255 or 3.26% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD00F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD00F is #122FF0. Grayscale: #C3C3C3. Windows color (decimal): -1191921 or 1036525. OLE color: 1036525.
HSL color Cylindrical-coordinate representation of color #EDD00F: hue angle of 52.16º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EDD00F is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 15 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.07 |
| HSL | 52.16º | 0.88% | 0.49% | - |
| HSV(B) | 52.16º | 0.94% | 0.93% | - |
| XYZ | 57.57 | 63.15 | 9.61 | - |
| YUV | 194.67 | 26.61 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 15 | 0 | 0.12 | 0.94 | 0.07 | 52.16 | 0.88 | 0.49 |
| Hex | ED | D0 | F | 0 | C | 5E | 7 | 34 | 58 | 31 |
| Octal | 355 | 320 | 17 | 0 | 14 | 136 | 7 | 64 | 130 | 61 |
| Binary | 11101101 | 11010000 | 1111 | 0 | 1100 | 1011110 | 111 | 110100 | 1011000 | 110001 |
Color Harmonies of #EDD00F
Complementary color
Monochromatic Colors of #EDD00F
Black with #EDD00F
Text Example
Text Example
White with #EDD00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD00F; }
p { color: rgb(237,208,15); }
H1.HeaderClassName
{
color: #EDD00F;
}
.AnyTagClassName
{
color: #EDD00F;
}
</style>
background-color css
<style>
a { background-color: #EDD00F; }
a { background-color: rgb(237,208,15); }
div.DivClassName
{
background-color: #EDD00F;
}
.BgClassName
{
background-color: #EDD00F;
}
</style>
border-color css
<style>
span { border-color: #EDD00F; }
span { border-color: rgb(237,208,15); }
td.TdClassName
{
border-color: #EDD00F;
}
.TagClassName
{
border-color: #EDD00F;
}
</style>