Shades of Broom #EFD212
Tints of Broom #EFD212
RGB
CMYK
RGB Variations
Color information
#EFD212 (or 0xEFD212) is known color: Broom. HEX triplet: EF, D2 and 12. RGB value is (239,210,18). Sum of RGB (Red+Green+Blue) = 239+210+18=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 210 (82.42% from 255 or 44.97% from 467); Blue value is 18 (7.42% from 255 or 3.85% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD212 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD212 is #102DED. Grayscale: #C5C5C5. Windows color (decimal): -1060334 or 1233647. OLE color: 1233647.
HSL color Cylindrical-coordinate representation of color #EFD212: hue angle of 52.13º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EFD212 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 18 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.06 |
| HSL | 52.13º | 0.87% | 0.5% | - |
| HSV(B) | 52.13º | 0.92% | 0.94% | - |
| XYZ | 58.75 | 64.49 | 9.92 | - |
| YUV | 196.78 | 27.11 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 18 | 0 | 0.12 | 0.92 | 0.06 | 52.13 | 0.87 | 0.5 |
| Hex | EF | D2 | 12 | 0 | C | 5C | 6 | 34 | 57 | 32 |
| Octal | 357 | 322 | 22 | 0 | 14 | 134 | 6 | 64 | 127 | 62 |
| Binary | 11101111 | 11010010 | 10010 | 0 | 1100 | 1011100 | 110 | 110100 | 1010111 | 110010 |
Color Harmonies of #EFD212
Complementary color
Monochromatic Colors of #EFD212
Black with #EFD212
Text Example
Text Example
White with #EFD212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD212; }
p { color: rgb(239,210,18); }
H1.HeaderClassName
{
color: #EFD212;
}
.AnyTagClassName
{
color: #EFD212;
}
</style>
background-color css
<style>
a { background-color: #EFD212; }
a { background-color: rgb(239,210,18); }
div.DivClassName
{
background-color: #EFD212;
}
.BgClassName
{
background-color: #EFD212;
}
</style>
border-color css
<style>
span { border-color: #EFD212; }
span { border-color: rgb(239,210,18); }
td.TdClassName
{
border-color: #EFD212;
}
.TagClassName
{
border-color: #EFD212;
}
</style>