Shades of Broom #EFD415
Tints of Broom #EFD415
RGB
CMYK
RGB Variations
Color information
#EFD415 (or 0xEFD415) is known color: Broom. HEX triplet: EF, D4 and 15. RGB value is (239,212,21). Sum of RGB (Red+Green+Blue) = 239+212+21=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 21 (8.59% from 255 or 4.45% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD415 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD415 is #102BEA. Grayscale: #C7C7C7. Windows color (decimal): -1059819 or 1430767. OLE color: 1430767.
HSL color Cylindrical-coordinate representation of color #EFD415: hue angle of 52.57º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EFD415 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 212 | 21 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.06 |
| HSL | 52.57º | 0.87% | 0.51% | - |
| HSV(B) | 52.57º | 0.91% | 0.94% | - |
| XYZ | 59.28 | 65.49 | 10.23 | - |
| YUV | 198.3 | 27.95 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 212 | 21 | 0 | 0.11 | 0.91 | 0.06 | 52.57 | 0.87 | 0.51 |
| Hex | EF | D4 | 15 | 0 | B | 5B | 6 | 35 | 57 | 33 |
| Octal | 357 | 324 | 25 | 0 | 13 | 133 | 6 | 65 | 127 | 63 |
| Binary | 11101111 | 11010100 | 10101 | 0 | 1011 | 1011011 | 110 | 110101 | 1010111 | 110011 |
Color Harmonies of #EFD415
Complementary color
Monochromatic Colors of #EFD415
Black with #EFD415
Text Example
Text Example
White with #EFD415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD415; }
p { color: rgb(239,212,21); }
H1.HeaderClassName
{
color: #EFD415;
}
.AnyTagClassName
{
color: #EFD415;
}
</style>
background-color css
<style>
a { background-color: #EFD415; }
a { background-color: rgb(239,212,21); }
div.DivClassName
{
background-color: #EFD415;
}
.BgClassName
{
background-color: #EFD415;
}
</style>
border-color css
<style>
span { border-color: #EFD415; }
span { border-color: rgb(239,212,21); }
td.TdClassName
{
border-color: #EFD415;
}
.TagClassName
{
border-color: #EFD415;
}
</style>