Shades of Broom #EDCB28
Tints of Broom #EDCB28
RGB
CMYK
RGB Variations
Color information
#EDCB28 (or 0xEDCB28) is known color: Broom. HEX triplet: ED, CB and 28. RGB value is (237,203,40). Sum of RGB (Red+Green+Blue) = 237+203+40=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 203 (79.69% from 255 or 42.29% from 480); Blue value is 40 (16.02% from 255 or 8.33% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCB28 is #1234D7. Grayscale: #C3C3C3. Windows color (decimal): -1193176 or 2673645. OLE color: 2673645.
HSL color Cylindrical-coordinate representation of color #EDCB28: hue angle of 49.64º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EDCB28 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 203 | 40 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.07 |
| HSL | 49.64º | 0.85% | 0.54% | - |
| HSV(B) | 49.64º | 0.83% | 0.93% | - |
| XYZ | 56.66 | 60.87 | 10.77 | - |
| YUV | 194.58 | 40.76 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 203 | 40 | 0 | 0.14 | 0.83 | 0.07 | 49.64 | 0.85 | 0.54 |
| Hex | ED | CB | 28 | 0 | E | 53 | 7 | 32 | 55 | 36 |
| Octal | 355 | 313 | 50 | 0 | 16 | 123 | 7 | 62 | 125 | 66 |
| Binary | 11101101 | 11001011 | 101000 | 0 | 1110 | 1010011 | 111 | 110010 | 1010101 | 110110 |
Color Harmonies of #EDCB28
Complementary color
Monochromatic Colors of #EDCB28
Black with #EDCB28
Text Example
Text Example
White with #EDCB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCB28; }
p { color: rgb(237,203,40); }
H1.HeaderClassName
{
color: #EDCB28;
}
.AnyTagClassName
{
color: #EDCB28;
}
</style>
background-color css
<style>
a { background-color: #EDCB28; }
a { background-color: rgb(237,203,40); }
div.DivClassName
{
background-color: #EDCB28;
}
.BgClassName
{
background-color: #EDCB28;
}
</style>
border-color css
<style>
span { border-color: #EDCB28; }
span { border-color: rgb(237,203,40); }
td.TdClassName
{
border-color: #EDCB28;
}
.TagClassName
{
border-color: #EDCB28;
}
</style>