Shades of Golden Dream #EDCB30
Tints of Golden Dream #EDCB30
RGB
CMYK
RGB Variations
Color information
#EDCB30 (or 0xEDCB30) is known color: Golden Dream. HEX triplet: ED, CB and 30. RGB value is (237,203,48). Sum of RGB (Red+Green+Blue) = 237+203+48=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 48 (19.14% from 255 or 9.84% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCB30 is #1234CF. Grayscale: #C4C4C4. Windows color (decimal): -1193168 or 3197933. OLE color: 3197933.
HSL color Cylindrical-coordinate representation of color #EDCB30: hue angle of 49.21º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDCB30 is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 203 | 48 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.07 |
| HSL | 49.21º | 0.84% | 0.56% | - |
| HSV(B) | 49.21º | 0.8% | 0.93% | - |
| XYZ | 56.81 | 60.93 | 11.56 | - |
| YUV | 195.5 | 44.76 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 203 | 48 | 0 | 0.14 | 0.80 | 0.07 | 49.21 | 0.84 | 0.56 |
| Hex | ED | CB | 30 | 0 | E | 50 | 7 | 31 | 54 | 38 |
| Octal | 355 | 313 | 60 | 0 | 16 | 120 | 7 | 61 | 124 | 70 |
| Binary | 11101101 | 11001011 | 110000 | 0 | 1110 | 1010000 | 111 | 110001 | 1010100 | 111000 |
Color Harmonies of #EDCB30
Complementary color
Monochromatic Colors of #EDCB30
Black with #EDCB30
Text Example
Text Example
White with #EDCB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCB30; }
p { color: rgb(237,203,48); }
H1.HeaderClassName
{
color: #EDCB30;
}
.AnyTagClassName
{
color: #EDCB30;
}
</style>
background-color css
<style>
a { background-color: #EDCB30; }
a { background-color: rgb(237,203,48); }
div.DivClassName
{
background-color: #EDCB30;
}
.BgClassName
{
background-color: #EDCB30;
}
</style>
border-color css
<style>
span { border-color: #EDCB30; }
span { border-color: rgb(237,203,48); }
td.TdClassName
{
border-color: #EDCB30;
}
.TagClassName
{
border-color: #EDCB30;
}
</style>