Shades of Golden Dream #EDCB2E
Tints of Golden Dream #EDCB2E
RGB
CMYK
RGB Variations
Color information
#EDCB2E (or 0xEDCB2E) is known color: Golden Dream. HEX triplet: ED, CB and 2E. RGB value is (237,203,46). Sum of RGB (Red+Green+Blue) = 237+203+46=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 46 (18.36% from 255 or 9.47% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCB2E is #1234D1. Grayscale: #C3C3C3. Windows color (decimal): -1193170 or 3066861. OLE color: 3066861.
HSL color Cylindrical-coordinate representation of color #EDCB2E: hue angle of 49.32º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EDCB2E is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 203 | 46 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.07 |
| HSL | 49.32º | 0.84% | 0.55% | - |
| HSV(B) | 49.32º | 0.81% | 0.93% | - |
| XYZ | 56.77 | 60.91 | 11.35 | - |
| YUV | 195.27 | 43.76 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 203 | 46 | 0 | 0.14 | 0.81 | 0.07 | 49.32 | 0.84 | 0.55 |
| Hex | ED | CB | 2E | 0 | E | 51 | 7 | 31 | 54 | 37 |
| Octal | 355 | 313 | 56 | 0 | 16 | 121 | 7 | 61 | 124 | 67 |
| Binary | 11101101 | 11001011 | 101110 | 0 | 1110 | 1010001 | 111 | 110001 | 1010100 | 110111 |
Color Harmonies of #EDCB2E
Complementary color
Monochromatic Colors of #EDCB2E
Black with #EDCB2E
Text Example
Text Example
White with #EDCB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCB2E; }
p { color: rgb(237,203,46); }
H1.HeaderClassName
{
color: #EDCB2E;
}
.AnyTagClassName
{
color: #EDCB2E;
}
</style>
background-color css
<style>
a { background-color: #EDCB2E; }
a { background-color: rgb(237,203,46); }
div.DivClassName
{
background-color: #EDCB2E;
}
.BgClassName
{
background-color: #EDCB2E;
}
</style>
border-color css
<style>
span { border-color: #EDCB2E; }
span { border-color: rgb(237,203,46); }
td.TdClassName
{
border-color: #EDCB2E;
}
.TagClassName
{
border-color: #EDCB2E;
}
</style>