Shades of Broom #EEDA1D
Tints of Broom #EEDA1D
RGB
CMYK
RGB Variations
Color information
#EEDA1D (or 0xEEDA1D) is known color: Broom. HEX triplet: EE, DA and 1D. RGB value is (238,218,29). Sum of RGB (Red+Green+Blue) = 238+218+29=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 29 (11.72% from 255 or 5.98% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDA1D is #1125E2. Grayscale: #CBCBCB. Windows color (decimal): -1123811 or 1956590. OLE color: 1956590.
HSL color Cylindrical-coordinate representation of color #EEDA1D: hue angle of 54.26º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EEDA1D is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 29 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.07 |
| HSL | 54.26º | 0.86% | 0.52% | - |
| HSV(B) | 54.26º | 0.88% | 0.93% | - |
| XYZ | 60.55 | 68.41 | 11.18 | - |
| YUV | 202.43 | 30.13 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 29 | 0 | 0.08 | 0.88 | 0.07 | 54.26 | 0.86 | 0.52 |
| Hex | EE | DA | 1D | 0 | 8 | 58 | 7 | 36 | 56 | 34 |
| Octal | 356 | 332 | 35 | 0 | 10 | 130 | 7 | 66 | 126 | 64 |
| Binary | 11101110 | 11011010 | 11101 | 0 | 1000 | 1011000 | 111 | 110110 | 1010110 | 110100 |
Color Harmonies of #EEDA1D
Complementary color
Monochromatic Colors of #EEDA1D
Black with #EEDA1D
Text Example
Text Example
White with #EEDA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA1D; }
p { color: rgb(238,218,29); }
H1.HeaderClassName
{
color: #EEDA1D;
}
.AnyTagClassName
{
color: #EEDA1D;
}
</style>
background-color css
<style>
a { background-color: #EEDA1D; }
a { background-color: rgb(238,218,29); }
div.DivClassName
{
background-color: #EEDA1D;
}
.BgClassName
{
background-color: #EEDA1D;
}
</style>
border-color css
<style>
span { border-color: #EEDA1D; }
span { border-color: rgb(238,218,29); }
td.TdClassName
{
border-color: #EEDA1D;
}
.TagClassName
{
border-color: #EEDA1D;
}
</style>