Shades of Broom #EBCD1D
Tints of Broom #EBCD1D
RGB
CMYK
RGB Variations
Color information
#EBCD1D (or 0xEBCD1D) is known color: Broom. HEX triplet: EB, CD and 1D. RGB value is (235,205,29). Sum of RGB (Red+Green+Blue) = 235+205+29=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 29 (11.72% from 255 or 6.18% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCD1D is #1432E2. Grayscale: #C2C2C2. Windows color (decimal): -1323747 or 1953259. OLE color: 1953259.
HSL color Cylindrical-coordinate representation of color #EBCD1D: hue angle of 51.26º 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 #EBCD1D is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 205 | 29 | - |
| CMYK | 0 | 0.13 | 0.88 | 0.08 |
| HSL | 51.26º | 0.84% | 0.52% | - |
| HSV(B) | 51.26º | 0.88% | 0.92% | - |
| XYZ | 56.31 | 61.41 | 10.05 | - |
| YUV | 193.91 | 34.94 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 205 | 29 | 0 | 0.13 | 0.88 | 0.08 | 51.26 | 0.84 | 0.52 |
| Hex | EB | CD | 1D | 0 | D | 58 | 8 | 33 | 54 | 34 |
| Octal | 353 | 315 | 35 | 0 | 15 | 130 | 10 | 63 | 124 | 64 |
| Binary | 11101011 | 11001101 | 11101 | 0 | 1101 | 1011000 | 1000 | 110011 | 1010100 | 110100 |
Color Harmonies of #EBCD1D
Complementary color
Monochromatic Colors of #EBCD1D
Black with #EBCD1D
Text Example
Text Example
White with #EBCD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCD1D; }
p { color: rgb(235,205,29); }
H1.HeaderClassName
{
color: #EBCD1D;
}
.AnyTagClassName
{
color: #EBCD1D;
}
</style>
background-color css
<style>
a { background-color: #EBCD1D; }
a { background-color: rgb(235,205,29); }
div.DivClassName
{
background-color: #EBCD1D;
}
.BgClassName
{
background-color: #EBCD1D;
}
</style>
border-color css
<style>
span { border-color: #EBCD1D; }
span { border-color: rgb(235,205,29); }
td.TdClassName
{
border-color: #EBCD1D;
}
.TagClassName
{
border-color: #EBCD1D;
}
</style>