Shades of Golden Dream #EDCB2A
Tints of Golden Dream #EDCB2A
RGB
CMYK
RGB Variations
Color information
#EDCB2A (or 0xEDCB2A) is known color: Golden Dream. HEX triplet: ED, CB and 2A. RGB value is (237,203,42). Sum of RGB (Red+Green+Blue) = 237+203+42=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 42 (16.80% from 255 or 8.71% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCB2A is #1234D5. Grayscale: #C3C3C3. Windows color (decimal): -1193174 or 2804717. OLE color: 2804717.
HSL color Cylindrical-coordinate representation of color #EDCB2A: hue angle of 49.54º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EDCB2A is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 203 | 42 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.07 |
| HSL | 49.54º | 0.84% | 0.55% | - |
| HSV(B) | 49.54º | 0.82% | 0.93% | - |
| XYZ | 56.7 | 60.88 | 10.95 | - |
| YUV | 194.81 | 41.76 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 203 | 42 | 0 | 0.14 | 0.82 | 0.07 | 49.54 | 0.84 | 0.55 |
| Hex | ED | CB | 2A | 0 | E | 52 | 7 | 32 | 54 | 37 |
| Octal | 355 | 313 | 52 | 0 | 16 | 122 | 7 | 62 | 124 | 67 |
| Binary | 11101101 | 11001011 | 101010 | 0 | 1110 | 1010010 | 111 | 110010 | 1010100 | 110111 |
Color Harmonies of #EDCB2A
Complementary color
Monochromatic Colors of #EDCB2A
Black with #EDCB2A
Text Example
Text Example
White with #EDCB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCB2A; }
p { color: rgb(237,203,42); }
H1.HeaderClassName
{
color: #EDCB2A;
}
.AnyTagClassName
{
color: #EDCB2A;
}
</style>
background-color css
<style>
a { background-color: #EDCB2A; }
a { background-color: rgb(237,203,42); }
div.DivClassName
{
background-color: #EDCB2A;
}
.BgClassName
{
background-color: #EDCB2A;
}
</style>
border-color css
<style>
span { border-color: #EDCB2A; }
span { border-color: rgb(237,203,42); }
td.TdClassName
{
border-color: #EDCB2A;
}
.TagClassName
{
border-color: #EDCB2A;
}
</style>