Shades of Broom #EDCD14
Tints of Broom #EDCD14
RGB
CMYK
RGB Variations
Color information
#EDCD14 (or 0xEDCD14) is known color: Broom. HEX triplet: ED, CD and 14. RGB value is (237,205,20). Sum of RGB (Red+Green+Blue) = 237+205+20=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 20 (8.20% from 255 or 4.33% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCD14 is #1232EB. Grayscale: #C2C2C2. Windows color (decimal): -1192684 or 1363437. OLE color: 1363437.
HSL color Cylindrical-coordinate representation of color #EDCD14: hue angle of 51.15º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EDCD14 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 20 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.07 |
| HSL | 51.15º | 0.86% | 0.5% | - |
| HSV(B) | 51.15º | 0.92% | 0.93% | - |
| XYZ | 56.88 | 61.72 | 9.58 | - |
| YUV | 193.48 | 30.1 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 20 | 0 | 0.14 | 0.92 | 0.07 | 51.15 | 0.86 | 0.5 |
| Hex | ED | CD | 14 | 0 | E | 5C | 7 | 33 | 56 | 32 |
| Octal | 355 | 315 | 24 | 0 | 16 | 134 | 7 | 63 | 126 | 62 |
| Binary | 11101101 | 11001101 | 10100 | 0 | 1110 | 1011100 | 111 | 110011 | 1010110 | 110010 |
Color Harmonies of #EDCD14
Complementary color
Monochromatic Colors of #EDCD14
Black with #EDCD14
Text Example
Text Example
White with #EDCD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCD14; }
p { color: rgb(237,205,20); }
H1.HeaderClassName
{
color: #EDCD14;
}
.AnyTagClassName
{
color: #EDCD14;
}
</style>
background-color css
<style>
a { background-color: #EDCD14; }
a { background-color: rgb(237,205,20); }
div.DivClassName
{
background-color: #EDCD14;
}
.BgClassName
{
background-color: #EDCD14;
}
</style>
border-color css
<style>
span { border-color: #EDCD14; }
span { border-color: rgb(237,205,20); }
td.TdClassName
{
border-color: #EDCD14;
}
.TagClassName
{
border-color: #EDCD14;
}
</style>