Shades of Golden Dream #EDC92B
Tints of Golden Dream #EDC92B
RGB
CMYK
RGB Variations
Color information
#EDC92B (or 0xEDC92B) is known color: Golden Dream. HEX triplet: ED, C9 and 2B. RGB value is (237,201,43). Sum of RGB (Red+Green+Blue) = 237+201+43=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 201 (78.91% from 255 or 41.79% from 481); Blue value is 43 (17.19% from 255 or 8.94% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC92B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC92B is #1236D4. Grayscale: #C2C2C2. Windows color (decimal): -1193685 or 2869741. OLE color: 2869741.
HSL color Cylindrical-coordinate representation of color #EDC92B: hue angle of 48.87º 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 #EDC92B is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 43 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.07 |
| HSL | 48.87º | 0.84% | 0.55% | - |
| HSV(B) | 48.87º | 0.82% | 0.93% | - |
| XYZ | 56.25 | 59.95 | 10.89 | - |
| YUV | 193.75 | 42.93 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 43 | 0 | 0.15 | 0.82 | 0.07 | 48.87 | 0.84 | 0.55 |
| Hex | ED | C9 | 2B | 0 | F | 52 | 7 | 31 | 54 | 37 |
| Octal | 355 | 311 | 53 | 0 | 17 | 122 | 7 | 61 | 124 | 67 |
| Binary | 11101101 | 11001001 | 101011 | 0 | 1111 | 1010010 | 111 | 110001 | 1010100 | 110111 |
Color Harmonies of #EDC92B
Complementary color
Monochromatic Colors of #EDC92B
Black with #EDC92B
Text Example
Text Example
White with #EDC92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC92B; }
p { color: rgb(237,201,43); }
H1.HeaderClassName
{
color: #EDC92B;
}
.AnyTagClassName
{
color: #EDC92B;
}
</style>
background-color css
<style>
a { background-color: #EDC92B; }
a { background-color: rgb(237,201,43); }
div.DivClassName
{
background-color: #EDC92B;
}
.BgClassName
{
background-color: #EDC92B;
}
</style>
border-color css
<style>
span { border-color: #EDC92B; }
span { border-color: rgb(237,201,43); }
td.TdClassName
{
border-color: #EDC92B;
}
.TagClassName
{
border-color: #EDC92B;
}
</style>