Shades of Golden Dream #EDCB37
Tints of Golden Dream #EDCB37
RGB
CMYK
RGB Variations
Color information
#EDCB37 (or 0xEDCB37) is known color: Golden Dream. HEX triplet: ED, CB and 37. RGB value is (237,203,55). Sum of RGB (Red+Green+Blue) = 237+203+55=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 203 (79.69% from 255 or 41.01% from 495); Blue value is 55 (21.88% from 255 or 11.11% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCB37 is #1234C8. Grayscale: #C4C4C4. Windows color (decimal): -1193161 or 3656685. OLE color: 3656685.
HSL color Cylindrical-coordinate representation of color #EDCB37: hue angle of 48.79º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EDCB37 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 203 | 55 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.07 |
| HSL | 48.79º | 0.83% | 0.57% | - |
| HSV(B) | 48.79º | 0.77% | 0.93% | - |
| XYZ | 56.97 | 60.99 | 12.38 | - |
| YUV | 196.29 | 48.26 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 203 | 55 | 0 | 0.14 | 0.77 | 0.07 | 48.79 | 0.83 | 0.57 |
| Hex | ED | CB | 37 | 0 | E | 4D | 7 | 31 | 53 | 39 |
| Octal | 355 | 313 | 67 | 0 | 16 | 115 | 7 | 61 | 123 | 71 |
| Binary | 11101101 | 11001011 | 110111 | 0 | 1110 | 1001101 | 111 | 110001 | 1010011 | 111001 |
Color Harmonies of #EDCB37
Complementary color
Monochromatic Colors of #EDCB37
Black with #EDCB37
Text Example
Text Example
White with #EDCB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCB37; }
p { color: rgb(237,203,55); }
H1.HeaderClassName
{
color: #EDCB37;
}
.AnyTagClassName
{
color: #EDCB37;
}
</style>
background-color css
<style>
a { background-color: #EDCB37; }
a { background-color: rgb(237,203,55); }
div.DivClassName
{
background-color: #EDCB37;
}
.BgClassName
{
background-color: #EDCB37;
}
</style>
border-color css
<style>
span { border-color: #EDCB37; }
span { border-color: rgb(237,203,55); }
td.TdClassName
{
border-color: #EDCB37;
}
.TagClassName
{
border-color: #EDCB37;
}
</style>