Shades of Broom #EEDA1B
Tints of Broom #EEDA1B
RGB
CMYK
RGB Variations
Color information
#EEDA1B (or 0xEEDA1B) is known color: Broom. HEX triplet: EE, DA and 1B. RGB value is (238,218,27). Sum of RGB (Red+Green+Blue) = 238+218+27=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 27 (10.94% from 255 or 5.59% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDA1B is #1125E4. Grayscale: #CACACA. Windows color (decimal): -1123813 or 1825518. OLE color: 1825518.
HSL color Cylindrical-coordinate representation of color #EEDA1B: hue angle of 54.31º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EEDA1B is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 27 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.07 |
| HSL | 54.31º | 0.86% | 0.52% | - |
| HSV(B) | 54.31º | 0.89% | 0.93% | - |
| XYZ | 60.53 | 68.4 | 11.05 | - |
| YUV | 202.21 | 29.13 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 27 | 0 | 0.08 | 0.89 | 0.07 | 54.31 | 0.86 | 0.52 |
| Hex | EE | DA | 1B | 0 | 8 | 59 | 7 | 36 | 56 | 34 |
| Octal | 356 | 332 | 33 | 0 | 10 | 131 | 7 | 66 | 126 | 64 |
| Binary | 11101110 | 11011010 | 11011 | 0 | 1000 | 1011001 | 111 | 110110 | 1010110 | 110100 |
Color Harmonies of #EEDA1B
Complementary color
Monochromatic Colors of #EEDA1B
Black with #EEDA1B
Text Example
Text Example
White with #EEDA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA1B; }
p { color: rgb(238,218,27); }
H1.HeaderClassName
{
color: #EEDA1B;
}
.AnyTagClassName
{
color: #EEDA1B;
}
</style>
background-color css
<style>
a { background-color: #EEDA1B; }
a { background-color: rgb(238,218,27); }
div.DivClassName
{
background-color: #EEDA1B;
}
.BgClassName
{
background-color: #EEDA1B;
}
</style>
border-color css
<style>
span { border-color: #EEDA1B; }
span { border-color: rgb(238,218,27); }
td.TdClassName
{
border-color: #EEDA1B;
}
.TagClassName
{
border-color: #EEDA1B;
}
</style>