Shades of Broom #EDD812
Tints of Broom #EDD812
RGB
CMYK
RGB Variations
Color information
#EDD812 (or 0xEDD812) is known color: Broom. HEX triplet: ED, D8 and 12. RGB value is (237,216,18). Sum of RGB (Red+Green+Blue) = 237+216+18=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 216 (84.77% from 255 or 45.86% from 471); Blue value is 18 (7.42% from 255 or 3.82% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD812 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD812 is #1227ED. Grayscale: #C8C8C8. Windows color (decimal): -1189870 or 1235181. OLE color: 1235181.
HSL color Cylindrical-coordinate representation of color #EDD812: hue angle of 54.25º 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 #EDD812 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 18 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.07 |
| HSL | 54.25º | 0.86% | 0.5% | - |
| HSV(B) | 54.25º | 0.92% | 0.93% | - |
| XYZ | 59.59 | 67.16 | 10.39 | - |
| YUV | 199.71 | 25.46 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 18 | 0 | 0.09 | 0.92 | 0.07 | 54.25 | 0.86 | 0.5 |
| Hex | ED | D8 | 12 | 0 | 9 | 5C | 7 | 36 | 56 | 32 |
| Octal | 355 | 330 | 22 | 0 | 11 | 134 | 7 | 66 | 126 | 62 |
| Binary | 11101101 | 11011000 | 10010 | 0 | 1001 | 1011100 | 111 | 110110 | 1010110 | 110010 |
Color Harmonies of #EDD812
Complementary color
Monochromatic Colors of #EDD812
Black with #EDD812
Text Example
Text Example
White with #EDD812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD812; }
p { color: rgb(237,216,18); }
H1.HeaderClassName
{
color: #EDD812;
}
.AnyTagClassName
{
color: #EDD812;
}
</style>
background-color css
<style>
a { background-color: #EDD812; }
a { background-color: rgb(237,216,18); }
div.DivClassName
{
background-color: #EDD812;
}
.BgClassName
{
background-color: #EDD812;
}
</style>
border-color css
<style>
span { border-color: #EDD812; }
span { border-color: rgb(237,216,18); }
td.TdClassName
{
border-color: #EDD812;
}
.TagClassName
{
border-color: #EDD812;
}
</style>