Shades of Broom #EDCB21
Tints of Broom #EDCB21
RGB
CMYK
RGB Variations
Color information
#EDCB21 (or 0xEDCB21) is known color: Broom. HEX triplet: ED, CB and 21. RGB value is (237,203,33). Sum of RGB (Red+Green+Blue) = 237+203+33=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 33 (13.28% from 255 or 6.98% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCB21 is #1234DE. Grayscale: #C2C2C2. Windows color (decimal): -1193183 or 2214893. OLE color: 2214893.
HSL color Cylindrical-coordinate representation of color #EDCB21: hue angle of 50º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EDCB21 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 203 | 33 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.07 |
| HSL | 50º | 0.85% | 0.53% | - |
| HSV(B) | 50º | 0.86% | 0.93% | - |
| XYZ | 56.56 | 60.83 | 10.2 | - |
| YUV | 193.79 | 37.26 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 203 | 33 | 0 | 0.14 | 0.86 | 0.07 | 50 | 0.85 | 0.53 |
| Hex | ED | CB | 21 | 0 | E | 56 | 7 | 32 | 55 | 35 |
| Octal | 355 | 313 | 41 | 0 | 16 | 126 | 7 | 62 | 125 | 65 |
| Binary | 11101101 | 11001011 | 100001 | 0 | 1110 | 1010110 | 111 | 110010 | 1010101 | 110101 |
Color Harmonies of #EDCB21
Complementary color
Monochromatic Colors of #EDCB21
Black with #EDCB21
Text Example
Text Example
White with #EDCB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCB21; }
p { color: rgb(237,203,33); }
H1.HeaderClassName
{
color: #EDCB21;
}
.AnyTagClassName
{
color: #EDCB21;
}
</style>
background-color css
<style>
a { background-color: #EDCB21; }
a { background-color: rgb(237,203,33); }
div.DivClassName
{
background-color: #EDCB21;
}
.BgClassName
{
background-color: #EDCB21;
}
</style>
border-color css
<style>
span { border-color: #EDCB21; }
span { border-color: rgb(237,203,33); }
td.TdClassName
{
border-color: #EDCB21;
}
.TagClassName
{
border-color: #EDCB21;
}
</style>