Shades of Broom #EEDB1F
Tints of Broom #EEDB1F
RGB
CMYK
RGB Variations
Color information
#EEDB1F (or 0xEEDB1F) is known color: Broom. HEX triplet: EE, DB and 1F. RGB value is (238,219,31). Sum of RGB (Red+Green+Blue) = 238+219+31=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 31 (12.5% from 255 or 6.35% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDB1F is #1124E0. Grayscale: #CCCCCC. Windows color (decimal): -1123553 or 2087918. OLE color: 2087918.
HSL color Cylindrical-coordinate representation of color #EEDB1F: hue angle of 54.49º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EEDB1F is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 31 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.07 |
| HSL | 54.49º | 0.86% | 0.53% | - |
| HSV(B) | 54.49º | 0.87% | 0.93% | - |
| XYZ | 60.84 | 68.94 | 11.4 | - |
| YUV | 203.25 | 30.79 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 31 | 0 | 0.08 | 0.87 | 0.07 | 54.49 | 0.86 | 0.53 |
| Hex | EE | DB | 1F | 0 | 8 | 57 | 7 | 36 | 56 | 35 |
| Octal | 356 | 333 | 37 | 0 | 10 | 127 | 7 | 66 | 126 | 65 |
| Binary | 11101110 | 11011011 | 11111 | 0 | 1000 | 1010111 | 111 | 110110 | 1010110 | 110101 |
Color Harmonies of #EEDB1F
Complementary color
Monochromatic Colors of #EEDB1F
Black with #EEDB1F
Text Example
Text Example
White with #EEDB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDB1F; }
p { color: rgb(238,219,31); }
H1.HeaderClassName
{
color: #EEDB1F;
}
.AnyTagClassName
{
color: #EEDB1F;
}
</style>
background-color css
<style>
a { background-color: #EEDB1F; }
a { background-color: rgb(238,219,31); }
div.DivClassName
{
background-color: #EEDB1F;
}
.BgClassName
{
background-color: #EEDB1F;
}
</style>
border-color css
<style>
span { border-color: #EEDB1F; }
span { border-color: rgb(238,219,31); }
td.TdClassName
{
border-color: #EEDB1F;
}
.TagClassName
{
border-color: #EEDB1F;
}
</style>