Shades of Broom #EFD21B
Tints of Broom #EFD21B
RGB
CMYK
RGB Variations
Color information
#EFD21B (or 0xEFD21B) is known color: Broom. HEX triplet: EF, D2 and 1B. RGB value is (239,210,27). Sum of RGB (Red+Green+Blue) = 239+210+27=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 210 (82.42% from 255 or 44.12% from 476); Blue value is 27 (10.94% from 255 or 5.67% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD21B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD21B is #102DE4. Grayscale: #C6C6C6. Windows color (decimal): -1060325 or 1823471. OLE color: 1823471.
HSL color Cylindrical-coordinate representation of color #EFD21B: hue angle of 51.79º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EFD21B is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 27 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.06 |
| HSL | 51.79º | 0.87% | 0.52% | - |
| HSV(B) | 51.79º | 0.89% | 0.94% | - |
| XYZ | 58.84 | 64.52 | 10.39 | - |
| YUV | 197.81 | 31.61 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 27 | 0 | 0.12 | 0.89 | 0.06 | 51.79 | 0.87 | 0.52 |
| Hex | EF | D2 | 1B | 0 | C | 59 | 6 | 34 | 57 | 34 |
| Octal | 357 | 322 | 33 | 0 | 14 | 131 | 6 | 64 | 127 | 64 |
| Binary | 11101111 | 11010010 | 11011 | 0 | 1100 | 1011001 | 110 | 110100 | 1010111 | 110100 |
Color Harmonies of #EFD21B
Complementary color
Monochromatic Colors of #EFD21B
Black with #EFD21B
Text Example
Text Example
White with #EFD21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD21B; }
p { color: rgb(239,210,27); }
H1.HeaderClassName
{
color: #EFD21B;
}
.AnyTagClassName
{
color: #EFD21B;
}
</style>
background-color css
<style>
a { background-color: #EFD21B; }
a { background-color: rgb(239,210,27); }
div.DivClassName
{
background-color: #EFD21B;
}
.BgClassName
{
background-color: #EFD21B;
}
</style>
border-color css
<style>
span { border-color: #EFD21B; }
span { border-color: rgb(239,210,27); }
td.TdClassName
{
border-color: #EFD21B;
}
.TagClassName
{
border-color: #EFD21B;
}
</style>