Shades of Broom #EBDC1C
Tints of Broom #EBDC1C
RGB
CMYK
RGB Variations
Color information
#EBDC1C (or 0xEBDC1C) is known color: Broom. HEX triplet: EB, DC and 1C. RGB value is (235,220,28). Sum of RGB (Red+Green+Blue) = 235+220+28=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 28 (11.33% from 255 or 5.80% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDC1C is #1423E3. Grayscale: #CBCBCB. Windows color (decimal): -1319908 or 1891563. OLE color: 1891563.
HSL color Cylindrical-coordinate representation of color #EBDC1C: hue angle of 55.65º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EBDC1C is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 220 | 28 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.08 |
| HSL | 55.65º | 0.84% | 0.52% | - |
| HSV(B) | 55.65º | 0.88% | 0.92% | - |
| XYZ | 60.06 | 68.93 | 11.24 | - |
| YUV | 202.6 | 29.47 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 220 | 28 | 0 | 0.06 | 0.88 | 0.08 | 55.65 | 0.84 | 0.52 |
| Hex | EB | DC | 1C | 0 | 6 | 58 | 8 | 38 | 54 | 34 |
| Octal | 353 | 334 | 34 | 0 | 6 | 130 | 10 | 70 | 124 | 64 |
| Binary | 11101011 | 11011100 | 11100 | 0 | 110 | 1011000 | 1000 | 111000 | 1010100 | 110100 |
Color Harmonies of #EBDC1C
Complementary color
Monochromatic Colors of #EBDC1C
Black with #EBDC1C
Text Example
Text Example
White with #EBDC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDC1C; }
p { color: rgb(235,220,28); }
H1.HeaderClassName
{
color: #EBDC1C;
}
.AnyTagClassName
{
color: #EBDC1C;
}
</style>
background-color css
<style>
a { background-color: #EBDC1C; }
a { background-color: rgb(235,220,28); }
div.DivClassName
{
background-color: #EBDC1C;
}
.BgClassName
{
background-color: #EBDC1C;
}
</style>
border-color css
<style>
span { border-color: #EBDC1C; }
span { border-color: rgb(235,220,28); }
td.TdClassName
{
border-color: #EBDC1C;
}
.TagClassName
{
border-color: #EBDC1C;
}
</style>