Shades of Golden Dream #EDC933
Tints of Golden Dream #EDC933
RGB
CMYK
RGB Variations
Color information
#EDC933 (or 0xEDC933) is known color: Golden Dream. HEX triplet: ED, C9 and 33. RGB value is (237,201,51). Sum of RGB (Red+Green+Blue) = 237+201+51=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 51 (20.31% from 255 or 10.43% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC933 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC933 is #1236CC. Grayscale: #C3C3C3. Windows color (decimal): -1193677 or 3394029. OLE color: 3394029.
HSL color Cylindrical-coordinate representation of color #EDC933: hue angle of 48.39º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDC933 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 51 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.07 |
| HSL | 48.39º | 0.84% | 0.56% | - |
| HSV(B) | 48.39º | 0.78% | 0.93% | - |
| XYZ | 56.41 | 60.02 | 11.74 | - |
| YUV | 194.66 | 46.93 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 51 | 0 | 0.15 | 0.78 | 0.07 | 48.39 | 0.84 | 0.56 |
| Hex | ED | C9 | 33 | 0 | F | 4E | 7 | 30 | 54 | 38 |
| Octal | 355 | 311 | 63 | 0 | 17 | 116 | 7 | 60 | 124 | 70 |
| Binary | 11101101 | 11001001 | 110011 | 0 | 1111 | 1001110 | 111 | 110000 | 1010100 | 111000 |
Color Harmonies of #EDC933
Complementary color
Monochromatic Colors of #EDC933
Black with #EDC933
Text Example
Text Example
White with #EDC933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC933; }
p { color: rgb(237,201,51); }
H1.HeaderClassName
{
color: #EDC933;
}
.AnyTagClassName
{
color: #EDC933;
}
</style>
background-color css
<style>
a { background-color: #EDC933; }
a { background-color: rgb(237,201,51); }
div.DivClassName
{
background-color: #EDC933;
}
.BgClassName
{
background-color: #EDC933;
}
</style>
border-color css
<style>
span { border-color: #EDC933; }
span { border-color: rgb(237,201,51); }
td.TdClassName
{
border-color: #EDC933;
}
.TagClassName
{
border-color: #EDC933;
}
</style>