Shades of Broom #EDCD1A
Tints of Broom #EDCD1A
RGB
CMYK
RGB Variations
Color information
#EDCD1A (or 0xEDCD1A) is known color: Broom. HEX triplet: ED, CD and 1A. RGB value is (237,205,26). Sum of RGB (Red+Green+Blue) = 237+205+26=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 26 (10.55% from 255 or 5.56% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCD1A is #1232E5. Grayscale: #C2C2C2. Windows color (decimal): -1192678 or 1756653. OLE color: 1756653.
HSL color Cylindrical-coordinate representation of color #EDCD1A: hue angle of 50.9º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EDCD1A is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 26 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.07 |
| HSL | 50.9º | 0.85% | 0.52% | - |
| HSV(B) | 50.9º | 0.89% | 0.93% | - |
| XYZ | 56.94 | 61.74 | 9.89 | - |
| YUV | 194.16 | 33.1 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 26 | 0 | 0.14 | 0.89 | 0.07 | 50.9 | 0.85 | 0.52 |
| Hex | ED | CD | 1A | 0 | E | 59 | 7 | 33 | 55 | 34 |
| Octal | 355 | 315 | 32 | 0 | 16 | 131 | 7 | 63 | 125 | 64 |
| Binary | 11101101 | 11001101 | 11010 | 0 | 1110 | 1011001 | 111 | 110011 | 1010101 | 110100 |
Color Harmonies of #EDCD1A
Complementary color
Monochromatic Colors of #EDCD1A
Black with #EDCD1A
Text Example
Text Example
White with #EDCD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCD1A; }
p { color: rgb(237,205,26); }
H1.HeaderClassName
{
color: #EDCD1A;
}
.AnyTagClassName
{
color: #EDCD1A;
}
</style>
background-color css
<style>
a { background-color: #EDCD1A; }
a { background-color: rgb(237,205,26); }
div.DivClassName
{
background-color: #EDCD1A;
}
.BgClassName
{
background-color: #EDCD1A;
}
</style>
border-color css
<style>
span { border-color: #EDCD1A; }
span { border-color: rgb(237,205,26); }
td.TdClassName
{
border-color: #EDCD1A;
}
.TagClassName
{
border-color: #EDCD1A;
}
</style>