Shades of Broom #EFD412
Tints of Broom #EFD412
RGB
CMYK
RGB Variations
Color information
#EFD412 (or 0xEFD412) is known color: Broom. HEX triplet: EF, D4 and 12. RGB value is (239,212,18). Sum of RGB (Red+Green+Blue) = 239+212+18=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 212 (83.20% from 255 or 45.20% from 469); Blue value is 18 (7.42% from 255 or 3.84% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD412 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD412 is #102BED. Grayscale: #C6C6C6. Windows color (decimal): -1059822 or 1234159. OLE color: 1234159.
HSL color Cylindrical-coordinate representation of color #EFD412: hue angle of 52.67º 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 #EFD412 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 212 | 18 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.06 |
| HSL | 52.67º | 0.87% | 0.5% | - |
| HSV(B) | 52.67º | 0.92% | 0.94% | - |
| XYZ | 59.25 | 65.48 | 10.09 | - |
| YUV | 197.96 | 26.45 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 212 | 18 | 0 | 0.11 | 0.92 | 0.06 | 52.67 | 0.87 | 0.5 |
| Hex | EF | D4 | 12 | 0 | B | 5C | 6 | 35 | 57 | 32 |
| Octal | 357 | 324 | 22 | 0 | 13 | 134 | 6 | 65 | 127 | 62 |
| Binary | 11101111 | 11010100 | 10010 | 0 | 1011 | 1011100 | 110 | 110101 | 1010111 | 110010 |
Color Harmonies of #EFD412
Complementary color
Monochromatic Colors of #EFD412
Black with #EFD412
Text Example
Text Example
White with #EFD412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD412; }
p { color: rgb(239,212,18); }
H1.HeaderClassName
{
color: #EFD412;
}
.AnyTagClassName
{
color: #EFD412;
}
</style>
background-color css
<style>
a { background-color: #EFD412; }
a { background-color: rgb(239,212,18); }
div.DivClassName
{
background-color: #EFD412;
}
.BgClassName
{
background-color: #EFD412;
}
</style>
border-color css
<style>
span { border-color: #EFD412; }
span { border-color: rgb(239,212,18); }
td.TdClassName
{
border-color: #EFD412;
}
.TagClassName
{
border-color: #EFD412;
}
</style>