Shades of Broom #EFCD19
Tints of Broom #EFCD19
RGB
CMYK
RGB Variations
Color information
#EFCD19 (or 0xEFCD19) is known color: Broom. HEX triplet: EF, CD and 19. RGB value is (239,205,25). Sum of RGB (Red+Green+Blue) = 239+205+25=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 25 (10.16% from 255 or 5.33% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFCD19 is #1032E6. Grayscale: #C3C3C3. Windows color (decimal): -1061607 or 1691119. OLE color: 1691119.
HSL color Cylindrical-coordinate representation of color #EFCD19: hue angle of 50.47º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFCD19 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 25 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.06 |
| HSL | 50.47º | 0.87% | 0.52% | - |
| HSV(B) | 50.47º | 0.9% | 0.94% | - |
| XYZ | 57.6 | 62.08 | 9.87 | - |
| YUV | 194.65 | 32.26 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 25 | 0 | 0.14 | 0.90 | 0.06 | 50.47 | 0.87 | 0.52 |
| Hex | EF | CD | 19 | 0 | E | 5A | 6 | 32 | 57 | 34 |
| Octal | 357 | 315 | 31 | 0 | 16 | 132 | 6 | 62 | 127 | 64 |
| Binary | 11101111 | 11001101 | 11001 | 0 | 1110 | 1011010 | 110 | 110010 | 1010111 | 110100 |
Color Harmonies of #EFCD19
Complementary color
Monochromatic Colors of #EFCD19
Black with #EFCD19
Text Example
Text Example
White with #EFCD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCD19; }
p { color: rgb(239,205,25); }
H1.HeaderClassName
{
color: #EFCD19;
}
.AnyTagClassName
{
color: #EFCD19;
}
</style>
background-color css
<style>
a { background-color: #EFCD19; }
a { background-color: rgb(239,205,25); }
div.DivClassName
{
background-color: #EFCD19;
}
.BgClassName
{
background-color: #EFCD19;
}
</style>
border-color css
<style>
span { border-color: #EFCD19; }
span { border-color: rgb(239,205,25); }
td.TdClassName
{
border-color: #EFCD19;
}
.TagClassName
{
border-color: #EFCD19;
}
</style>