Shades of Broom #EDDC18
Tints of Broom #EDDC18
RGB
CMYK
RGB Variations
Color information
#EDDC18 (or 0xEDDC18) is known color: Broom. HEX triplet: ED, DC and 18. RGB value is (237,220,24). Sum of RGB (Red+Green+Blue) = 237+220+24=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 24 (9.77% from 255 or 4.99% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDC18 is #1223E7. Grayscale: #CBCBCB. Windows color (decimal): -1188840 or 1629421. OLE color: 1629421.
HSL color Cylindrical-coordinate representation of color #EDDC18: hue angle of 55.21º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDDC18 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 24 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.07 |
| HSL | 55.21º | 0.86% | 0.51% | - |
| HSV(B) | 55.21º | 0.9% | 0.93% | - |
| XYZ | 60.68 | 69.26 | 11.03 | - |
| YUV | 202.74 | 27.13 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 24 | 0 | 0.07 | 0.90 | 0.07 | 55.21 | 0.86 | 0.51 |
| Hex | ED | DC | 18 | 0 | 7 | 5A | 7 | 37 | 56 | 33 |
| Octal | 355 | 334 | 30 | 0 | 7 | 132 | 7 | 67 | 126 | 63 |
| Binary | 11101101 | 11011100 | 11000 | 0 | 111 | 1011010 | 111 | 110111 | 1010110 | 110011 |
Color Harmonies of #EDDC18
Complementary color
Monochromatic Colors of #EDDC18
Black with #EDDC18
Text Example
Text Example
White with #EDDC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC18; }
p { color: rgb(237,220,24); }
H1.HeaderClassName
{
color: #EDDC18;
}
.AnyTagClassName
{
color: #EDDC18;
}
</style>
background-color css
<style>
a { background-color: #EDDC18; }
a { background-color: rgb(237,220,24); }
div.DivClassName
{
background-color: #EDDC18;
}
.BgClassName
{
background-color: #EDDC18;
}
</style>
border-color css
<style>
span { border-color: #EDDC18; }
span { border-color: rgb(237,220,24); }
td.TdClassName
{
border-color: #EDDC18;
}
.TagClassName
{
border-color: #EDDC18;
}
</style>