Shades of Broom #EFCD25
Tints of Broom #EFCD25
RGB
CMYK
RGB Variations
Color information
#EFCD25 (or 0xEFCD25) is known color: Broom. HEX triplet: EF, CD and 25. RGB value is (239,205,37). Sum of RGB (Red+Green+Blue) = 239+205+37=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 37 (14.84% from 255 or 7.69% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCD25 is #1032DA. Grayscale: #C4C4C4. Windows color (decimal): -1061595 or 2477551. OLE color: 2477551.
HSL color Cylindrical-coordinate representation of color #EFCD25: hue angle of 49.9º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EFCD25 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 37 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.06 |
| HSL | 49.9º | 0.86% | 0.54% | - |
| HSV(B) | 49.9º | 0.85% | 0.94% | - |
| XYZ | 57.76 | 62.15 | 10.7 | - |
| YUV | 196.01 | 38.26 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 37 | 0 | 0.14 | 0.85 | 0.06 | 49.9 | 0.86 | 0.54 |
| Hex | EF | CD | 25 | 0 | E | 55 | 6 | 32 | 56 | 36 |
| Octal | 357 | 315 | 45 | 0 | 16 | 125 | 6 | 62 | 126 | 66 |
| Binary | 11101111 | 11001101 | 100101 | 0 | 1110 | 1010101 | 110 | 110010 | 1010110 | 110110 |
Color Harmonies of #EFCD25
Complementary color
Monochromatic Colors of #EFCD25
Black with #EFCD25
Text Example
Text Example
White with #EFCD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCD25; }
p { color: rgb(239,205,37); }
H1.HeaderClassName
{
color: #EFCD25;
}
.AnyTagClassName
{
color: #EFCD25;
}
</style>
background-color css
<style>
a { background-color: #EFCD25; }
a { background-color: rgb(239,205,37); }
div.DivClassName
{
background-color: #EFCD25;
}
.BgClassName
{
background-color: #EFCD25;
}
</style>
border-color css
<style>
span { border-color: #EFCD25; }
span { border-color: rgb(239,205,37); }
td.TdClassName
{
border-color: #EFCD25;
}
.TagClassName
{
border-color: #EFCD25;
}
</style>