Shades of Broom #EED712
Tints of Broom #EED712
RGB
CMYK
RGB Variations
Color information
#EED712 (or 0xEED712) is known color: Broom. HEX triplet: EE, D7 and 12. RGB value is (238,215,18). Sum of RGB (Red+Green+Blue) = 238+215+18=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 215 (84.38% from 255 or 45.65% from 471); Blue value is 18 (7.42% from 255 or 3.82% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EED712 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED712 is #1128ED. Grayscale: #C8C8C8. Windows color (decimal): -1124590 or 1234926. OLE color: 1234926.
HSL color Cylindrical-coordinate representation of color #EED712: hue angle of 53.73º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EED712 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 18 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.07 |
| HSL | 53.73º | 0.87% | 0.5% | - |
| HSV(B) | 53.73º | 0.92% | 0.93% | - |
| XYZ | 59.67 | 66.82 | 10.33 | - |
| YUV | 199.42 | 25.62 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 18 | 0 | 0.10 | 0.92 | 0.07 | 53.73 | 0.87 | 0.5 |
| Hex | EE | D7 | 12 | 0 | A | 5C | 7 | 36 | 57 | 32 |
| Octal | 356 | 327 | 22 | 0 | 12 | 134 | 7 | 66 | 127 | 62 |
| Binary | 11101110 | 11010111 | 10010 | 0 | 1010 | 1011100 | 111 | 110110 | 1010111 | 110010 |
Color Harmonies of #EED712
Complementary color
Monochromatic Colors of #EED712
Black with #EED712
Text Example
Text Example
White with #EED712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED712; }
p { color: rgb(238,215,18); }
H1.HeaderClassName
{
color: #EED712;
}
.AnyTagClassName
{
color: #EED712;
}
</style>
background-color css
<style>
a { background-color: #EED712; }
a { background-color: rgb(238,215,18); }
div.DivClassName
{
background-color: #EED712;
}
.BgClassName
{
background-color: #EED712;
}
</style>
border-color css
<style>
span { border-color: #EED712; }
span { border-color: rgb(238,215,18); }
td.TdClassName
{
border-color: #EED712;
}
.TagClassName
{
border-color: #EED712;
}
</style>