Shades of Golden Dream #EDC92C
Tints of Golden Dream #EDC92C
RGB
CMYK
RGB Variations
Color information
#EDC92C (or 0xEDC92C) is known color: Golden Dream. HEX triplet: ED, C9 and 2C. RGB value is (237,201,44). Sum of RGB (Red+Green+Blue) = 237+201+44=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 44 (17.58% from 255 or 9.13% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC92C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC92C is #1236D3. Grayscale: #C2C2C2. Windows color (decimal): -1193684 or 2935277. OLE color: 2935277.
HSL color Cylindrical-coordinate representation of color #EDC92C: hue angle of 48.81º 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 #EDC92C is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 44 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.07 |
| HSL | 48.81º | 0.84% | 0.55% | - |
| HSV(B) | 48.81º | 0.81% | 0.93% | - |
| XYZ | 56.27 | 59.96 | 10.99 | - |
| YUV | 193.87 | 43.43 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 44 | 0 | 0.15 | 0.81 | 0.07 | 48.81 | 0.84 | 0.55 |
| Hex | ED | C9 | 2C | 0 | F | 51 | 7 | 31 | 54 | 37 |
| Octal | 355 | 311 | 54 | 0 | 17 | 121 | 7 | 61 | 124 | 67 |
| Binary | 11101101 | 11001001 | 101100 | 0 | 1111 | 1010001 | 111 | 110001 | 1010100 | 110111 |
Color Harmonies of #EDC92C
Complementary color
Monochromatic Colors of #EDC92C
Black with #EDC92C
Text Example
Text Example
White with #EDC92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC92C; }
p { color: rgb(237,201,44); }
H1.HeaderClassName
{
color: #EDC92C;
}
.AnyTagClassName
{
color: #EDC92C;
}
</style>
background-color css
<style>
a { background-color: #EDC92C; }
a { background-color: rgb(237,201,44); }
div.DivClassName
{
background-color: #EDC92C;
}
.BgClassName
{
background-color: #EDC92C;
}
</style>
border-color css
<style>
span { border-color: #EDC92C; }
span { border-color: rgb(237,201,44); }
td.TdClassName
{
border-color: #EDC92C;
}
.TagClassName
{
border-color: #EDC92C;
}
</style>