Shades of Broom #EFD315
Tints of Broom #EFD315
RGB
CMYK
RGB Variations
Color information
#EFD315 (or 0xEFD315) is known color: Broom. HEX triplet: EF, D3 and 15. RGB value is (239,211,21). Sum of RGB (Red+Green+Blue) = 239+211+21=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 211 (82.81% from 255 or 44.80% from 471); Blue value is 21 (8.59% from 255 or 4.46% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD315 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD315 is #102CEA. Grayscale: #C6C6C6. Windows color (decimal): -1060075 or 1430511. OLE color: 1430511.
HSL color Cylindrical-coordinate representation of color #EFD315: hue angle of 52.29º 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 #EFD315 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 211 | 21 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.06 |
| HSL | 52.29º | 0.87% | 0.51% | - |
| HSV(B) | 52.29º | 0.91% | 0.94% | - |
| XYZ | 59.03 | 64.99 | 10.14 | - |
| YUV | 197.71 | 28.28 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 211 | 21 | 0 | 0.12 | 0.91 | 0.06 | 52.29 | 0.87 | 0.51 |
| Hex | EF | D3 | 15 | 0 | C | 5B | 6 | 34 | 57 | 33 |
| Octal | 357 | 323 | 25 | 0 | 14 | 133 | 6 | 64 | 127 | 63 |
| Binary | 11101111 | 11010011 | 10101 | 0 | 1100 | 1011011 | 110 | 110100 | 1010111 | 110011 |
Color Harmonies of #EFD315
Complementary color
Monochromatic Colors of #EFD315
Black with #EFD315
Text Example
Text Example
White with #EFD315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD315; }
p { color: rgb(239,211,21); }
H1.HeaderClassName
{
color: #EFD315;
}
.AnyTagClassName
{
color: #EFD315;
}
</style>
background-color css
<style>
a { background-color: #EFD315; }
a { background-color: rgb(239,211,21); }
div.DivClassName
{
background-color: #EFD315;
}
.BgClassName
{
background-color: #EFD315;
}
</style>
border-color css
<style>
span { border-color: #EFD315; }
span { border-color: rgb(239,211,21); }
td.TdClassName
{
border-color: #EFD315;
}
.TagClassName
{
border-color: #EFD315;
}
</style>