Shades of Broom #EFCD1B
Tints of Broom #EFCD1B
RGB
CMYK
RGB Variations
Color information
#EFCD1B (or 0xEFCD1B) is known color: Broom. HEX triplet: EF, CD and 1B. RGB value is (239,205,27). Sum of RGB (Red+Green+Blue) = 239+205+27=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 27 (10.94% from 255 or 5.73% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCD1B is #1032E4. Grayscale: #C3C3C3. Windows color (decimal): -1061605 or 1822191. OLE color: 1822191.
HSL color Cylindrical-coordinate representation of color #EFCD1B: hue angle of 50.38º 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 #EFCD1B is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 27 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.06 |
| HSL | 50.38º | 0.87% | 0.52% | - |
| HSV(B) | 50.38º | 0.89% | 0.94% | - |
| XYZ | 57.63 | 62.09 | 9.98 | - |
| YUV | 194.87 | 33.26 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 27 | 0 | 0.14 | 0.89 | 0.06 | 50.38 | 0.87 | 0.52 |
| Hex | EF | CD | 1B | 0 | E | 59 | 6 | 32 | 57 | 34 |
| Octal | 357 | 315 | 33 | 0 | 16 | 131 | 6 | 62 | 127 | 64 |
| Binary | 11101111 | 11001101 | 11011 | 0 | 1110 | 1011001 | 110 | 110010 | 1010111 | 110100 |
Color Harmonies of #EFCD1B
Complementary color
Monochromatic Colors of #EFCD1B
Black with #EFCD1B
Text Example
Text Example
White with #EFCD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCD1B; }
p { color: rgb(239,205,27); }
H1.HeaderClassName
{
color: #EFCD1B;
}
.AnyTagClassName
{
color: #EFCD1B;
}
</style>
background-color css
<style>
a { background-color: #EFCD1B; }
a { background-color: rgb(239,205,27); }
div.DivClassName
{
background-color: #EFCD1B;
}
.BgClassName
{
background-color: #EFCD1B;
}
</style>
border-color css
<style>
span { border-color: #EFCD1B; }
span { border-color: rgb(239,205,27); }
td.TdClassName
{
border-color: #EFCD1B;
}
.TagClassName
{
border-color: #EFCD1B;
}
</style>