Shades of Broom #EED81C
Tints of Broom #EED81C
RGB
CMYK
RGB Variations
Color information
#EED81C (or 0xEED81C) is known color: Broom. HEX triplet: EE, D8 and 1C. RGB value is (238,216,28). Sum of RGB (Red+Green+Blue) = 238+216+28=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 216 (84.77% from 255 or 44.81% from 482); Blue value is 28 (11.33% from 255 or 5.81% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EED81C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED81C is #1127E3. Grayscale: #C9C9C9. Windows color (decimal): -1124324 or 1890542. OLE color: 1890542.
HSL color Cylindrical-coordinate representation of color #EED81C: hue angle of 53.71º 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 #EED81C is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 28 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.07 |
| HSL | 53.71º | 0.86% | 0.52% | - |
| HSV(B) | 53.71º | 0.88% | 0.93% | - |
| XYZ | 60.03 | 67.37 | 10.94 | - |
| YUV | 201.15 | 30.29 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 28 | 0 | 0.09 | 0.88 | 0.07 | 53.71 | 0.86 | 0.52 |
| Hex | EE | D8 | 1C | 0 | 9 | 58 | 7 | 36 | 56 | 34 |
| Octal | 356 | 330 | 34 | 0 | 11 | 130 | 7 | 66 | 126 | 64 |
| Binary | 11101110 | 11011000 | 11100 | 0 | 1001 | 1011000 | 111 | 110110 | 1010110 | 110100 |
Color Harmonies of #EED81C
Complementary color
Monochromatic Colors of #EED81C
Black with #EED81C
Text Example
Text Example
White with #EED81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED81C; }
p { color: rgb(238,216,28); }
H1.HeaderClassName
{
color: #EED81C;
}
.AnyTagClassName
{
color: #EED81C;
}
</style>
background-color css
<style>
a { background-color: #EED81C; }
a { background-color: rgb(238,216,28); }
div.DivClassName
{
background-color: #EED81C;
}
.BgClassName
{
background-color: #EED81C;
}
</style>
border-color css
<style>
span { border-color: #EED81C; }
span { border-color: rgb(238,216,28); }
td.TdClassName
{
border-color: #EED81C;
}
.TagClassName
{
border-color: #EED81C;
}
</style>