Shades of Broom #EFD618
Tints of Broom #EFD618
RGB
CMYK
RGB Variations
Color information
#EFD618 (or 0xEFD618) is known color: Broom. HEX triplet: EF, D6 and 18. RGB value is (239,214,24). Sum of RGB (Red+Green+Blue) = 239+214+24=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 214 (83.98% from 255 or 44.86% from 477); Blue value is 24 (9.77% from 255 or 5.03% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD618 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD618 is #1029E7. Grayscale: #C8C8C8. Windows color (decimal): -1059304 or 1627887. OLE color: 1627887.
HSL color Cylindrical-coordinate representation of color #EFD618: hue angle of 53.02º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFD618 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 214 | 24 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.06 |
| HSL | 53.02º | 0.87% | 0.52% | - |
| HSV(B) | 53.02º | 0.9% | 0.94% | - |
| XYZ | 59.81 | 66.51 | 10.55 | - |
| YUV | 199.82 | 28.78 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 214 | 24 | 0 | 0.10 | 0.90 | 0.06 | 53.02 | 0.87 | 0.52 |
| Hex | EF | D6 | 18 | 0 | A | 5A | 6 | 35 | 57 | 34 |
| Octal | 357 | 326 | 30 | 0 | 12 | 132 | 6 | 65 | 127 | 64 |
| Binary | 11101111 | 11010110 | 11000 | 0 | 1010 | 1011010 | 110 | 110101 | 1010111 | 110100 |
Color Harmonies of #EFD618
Complementary color
Monochromatic Colors of #EFD618
Black with #EFD618
Text Example
Text Example
White with #EFD618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD618; }
p { color: rgb(239,214,24); }
H1.HeaderClassName
{
color: #EFD618;
}
.AnyTagClassName
{
color: #EFD618;
}
</style>
background-color css
<style>
a { background-color: #EFD618; }
a { background-color: rgb(239,214,24); }
div.DivClassName
{
background-color: #EFD618;
}
.BgClassName
{
background-color: #EFD618;
}
</style>
border-color css
<style>
span { border-color: #EFD618; }
span { border-color: rgb(239,214,24); }
td.TdClassName
{
border-color: #EFD618;
}
.TagClassName
{
border-color: #EFD618;
}
</style>