Shades of Broom #ECD00D
Tints of Broom #ECD00D
RGB
CMYK
RGB Variations
Color information
#ECD00D (or 0xECD00D) is known color: Broom. HEX triplet: EC, D0 and 0D. RGB value is (236,208,13). Sum of RGB (Red+Green+Blue) = 236+208+13=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 208 (81.64% from 255 or 45.51% from 457); Blue value is 13 (5.47% from 255 or 2.84% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD00D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD00D is #132FF2. Grayscale: #C2C2C2. Windows color (decimal): -1257459 or 905452. OLE color: 905452.
HSL color Cylindrical-coordinate representation of color #ECD00D: hue angle of 52.47º degrees, saturation: 0.9, 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 #ECD00D is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 13 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.07 |
| HSL | 52.47º | 0.9% | 0.49% | - |
| HSV(B) | 52.47º | 0.94% | 0.93% | - |
| XYZ | 57.22 | 62.97 | 9.52 | - |
| YUV | 194.14 | 25.78 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 13 | 0 | 0.12 | 0.94 | 0.07 | 52.47 | 0.9 | 0.49 |
| Hex | EC | D0 | D | 0 | C | 5E | 7 | 34 | 5A | 31 |
| Octal | 354 | 320 | 15 | 0 | 14 | 136 | 7 | 64 | 132 | 61 |
| Binary | 11101100 | 11010000 | 1101 | 0 | 1100 | 1011110 | 111 | 110100 | 1011010 | 110001 |
Color Harmonies of #ECD00D
Complementary color
Monochromatic Colors of #ECD00D
Black with #ECD00D
Text Example
Text Example
White with #ECD00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD00D; }
p { color: rgb(236,208,13); }
H1.HeaderClassName
{
color: #ECD00D;
}
.AnyTagClassName
{
color: #ECD00D;
}
</style>
background-color css
<style>
a { background-color: #ECD00D; }
a { background-color: rgb(236,208,13); }
div.DivClassName
{
background-color: #ECD00D;
}
.BgClassName
{
background-color: #ECD00D;
}
</style>
border-color css
<style>
span { border-color: #ECD00D; }
span { border-color: rgb(236,208,13); }
td.TdClassName
{
border-color: #ECD00D;
}
.TagClassName
{
border-color: #ECD00D;
}
</style>