Shades of Broom #EDCE23
Tints of Broom #EDCE23
RGB
CMYK
RGB Variations
Color information
#EDCE23 (or 0xEDCE23) is known color: Broom. HEX triplet: ED, CE and 23. RGB value is (237,206,35). Sum of RGB (Red+Green+Blue) = 237+206+35=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 35 (14.06% from 255 or 7.32% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCE23 is #1231DC. Grayscale: #C4C4C4. Windows color (decimal): -1192413 or 2346733. OLE color: 2346733.
HSL color Cylindrical-coordinate representation of color #EDCE23: hue angle of 50.79º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EDCE23 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 206 | 35 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.07 |
| HSL | 50.79º | 0.85% | 0.53% | - |
| HSV(B) | 50.79º | 0.85% | 0.93% | - |
| XYZ | 57.3 | 62.27 | 10.59 | - |
| YUV | 195.78 | 37.27 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 206 | 35 | 0 | 0.13 | 0.85 | 0.07 | 50.79 | 0.85 | 0.53 |
| Hex | ED | CE | 23 | 0 | D | 55 | 7 | 33 | 55 | 35 |
| Octal | 355 | 316 | 43 | 0 | 15 | 125 | 7 | 63 | 125 | 65 |
| Binary | 11101101 | 11001110 | 100011 | 0 | 1101 | 1010101 | 111 | 110011 | 1010101 | 110101 |
Color Harmonies of #EDCE23
Complementary color
Monochromatic Colors of #EDCE23
Black with #EDCE23
Text Example
Text Example
White with #EDCE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCE23; }
p { color: rgb(237,206,35); }
H1.HeaderClassName
{
color: #EDCE23;
}
.AnyTagClassName
{
color: #EDCE23;
}
</style>
background-color css
<style>
a { background-color: #EDCE23; }
a { background-color: rgb(237,206,35); }
div.DivClassName
{
background-color: #EDCE23;
}
.BgClassName
{
background-color: #EDCE23;
}
</style>
border-color css
<style>
span { border-color: #EDCE23; }
span { border-color: rgb(237,206,35); }
td.TdClassName
{
border-color: #EDCE23;
}
.TagClassName
{
border-color: #EDCE23;
}
</style>