Shades of Broom #EDCD1C
Tints of Broom #EDCD1C
RGB
CMYK
RGB Variations
Color information
#EDCD1C (or 0xEDCD1C) is known color: Broom. HEX triplet: ED, CD and 1C. RGB value is (237,205,28). Sum of RGB (Red+Green+Blue) = 237+205+28=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 28 (11.33% from 255 or 5.96% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCD1C is #1232E3. Grayscale: #C3C3C3. Windows color (decimal): -1192676 or 1887725. OLE color: 1887725.
HSL color Cylindrical-coordinate representation of color #EDCD1C: hue angle of 50.81º degrees, saturation: 0.85, 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 #EDCD1C is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 28 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.07 |
| HSL | 50.81º | 0.85% | 0.52% | - |
| HSV(B) | 50.81º | 0.88% | 0.93% | - |
| XYZ | 56.97 | 61.75 | 10.02 | - |
| YUV | 194.39 | 34.1 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 28 | 0 | 0.14 | 0.88 | 0.07 | 50.81 | 0.85 | 0.52 |
| Hex | ED | CD | 1C | 0 | E | 58 | 7 | 33 | 55 | 34 |
| Octal | 355 | 315 | 34 | 0 | 16 | 130 | 7 | 63 | 125 | 64 |
| Binary | 11101101 | 11001101 | 11100 | 0 | 1110 | 1011000 | 111 | 110011 | 1010101 | 110100 |
Color Harmonies of #EDCD1C
Complementary color
Monochromatic Colors of #EDCD1C
Black with #EDCD1C
Text Example
Text Example
White with #EDCD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCD1C; }
p { color: rgb(237,205,28); }
H1.HeaderClassName
{
color: #EDCD1C;
}
.AnyTagClassName
{
color: #EDCD1C;
}
</style>
background-color css
<style>
a { background-color: #EDCD1C; }
a { background-color: rgb(237,205,28); }
div.DivClassName
{
background-color: #EDCD1C;
}
.BgClassName
{
background-color: #EDCD1C;
}
</style>
border-color css
<style>
span { border-color: #EDCD1C; }
span { border-color: rgb(237,205,28); }
td.TdClassName
{
border-color: #EDCD1C;
}
.TagClassName
{
border-color: #EDCD1C;
}
</style>