Shades of Broom #E6CD1A
Tints of Broom #E6CD1A
RGB
CMYK
RGB Variations
Color information
#E6CD1A (or 0xE6CD1A) is known color: Broom. HEX triplet: E6, CD and 1A. RGB value is (230,205,26). Sum of RGB (Red+Green+Blue) = 230+205+26=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 26 (10.55% from 255 or 5.64% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CD1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6CD1A is #1932E5. Grayscale: #C0C0C0. Windows color (decimal): -1651430 or 1756646. OLE color: 1756646.
HSL color Cylindrical-coordinate representation of color #E6CD1A: hue angle of 52.65º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E6CD1A is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 205 | 26 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.10 |
| HSL | 52.65º | 0.8% | 0.5% | - |
| HSV(B) | 52.65º | 0.89% | 0.9% | - |
| XYZ | 54.65 | 60.56 | 9.79 | - |
| YUV | 192.07 | 34.28 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 205 | 26 | 0 | 0.11 | 0.89 | 0.10 | 52.65 | 0.8 | 0.5 |
| Hex | E6 | CD | 1A | 0 | B | 59 | A | 35 | 50 | 32 |
| Octal | 346 | 315 | 32 | 0 | 13 | 131 | 12 | 65 | 120 | 62 |
| Binary | 11100110 | 11001101 | 11010 | 0 | 1011 | 1011001 | 1010 | 110101 | 1010000 | 110010 |
Color Harmonies of #E6CD1A
Complementary color
Monochromatic Colors of #E6CD1A
Black with #E6CD1A
Text Example
Text Example
White with #E6CD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CD1A; }
p { color: rgb(230,205,26); }
H1.HeaderClassName
{
color: #E6CD1A;
}
.AnyTagClassName
{
color: #E6CD1A;
}
</style>
background-color css
<style>
a { background-color: #E6CD1A; }
a { background-color: rgb(230,205,26); }
div.DivClassName
{
background-color: #E6CD1A;
}
.BgClassName
{
background-color: #E6CD1A;
}
</style>
border-color css
<style>
span { border-color: #E6CD1A; }
span { border-color: rgb(230,205,26); }
td.TdClassName
{
border-color: #E6CD1A;
}
.TagClassName
{
border-color: #E6CD1A;
}
</style>