Shades of Golden Dream #EDCC34
Tints of Golden Dream #EDCC34
RGB
CMYK
RGB Variations
Color information
#EDCC34 (or 0xEDCC34) is known color: Golden Dream. HEX triplet: ED, CC and 34. RGB value is (237,204,52). Sum of RGB (Red+Green+Blue) = 237+204+52=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 204 (80.08% from 255 or 41.38% from 493); Blue value is 52 (20.70% from 255 or 10.55% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCC34 is #1233CB. Grayscale: #C5C5C5. Windows color (decimal): -1192908 or 3460333. OLE color: 3460333.
HSL color Cylindrical-coordinate representation of color #EDCC34: hue angle of 49.3º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDCC34 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 204 | 52 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.07 |
| HSL | 49.3º | 0.84% | 0.57% | - |
| HSV(B) | 49.3º | 0.78% | 0.93% | - |
| XYZ | 57.14 | 61.44 | 12.1 | - |
| YUV | 196.54 | 46.43 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 204 | 52 | 0 | 0.14 | 0.78 | 0.07 | 49.3 | 0.84 | 0.57 |
| Hex | ED | CC | 34 | 0 | E | 4E | 7 | 31 | 54 | 39 |
| Octal | 355 | 314 | 64 | 0 | 16 | 116 | 7 | 61 | 124 | 71 |
| Binary | 11101101 | 11001100 | 110100 | 0 | 1110 | 1001110 | 111 | 110001 | 1010100 | 111001 |
Color Harmonies of #EDCC34
Complementary color
Monochromatic Colors of #EDCC34
Black with #EDCC34
Text Example
Text Example
White with #EDCC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCC34; }
p { color: rgb(237,204,52); }
H1.HeaderClassName
{
color: #EDCC34;
}
.AnyTagClassName
{
color: #EDCC34;
}
</style>
background-color css
<style>
a { background-color: #EDCC34; }
a { background-color: rgb(237,204,52); }
div.DivClassName
{
background-color: #EDCC34;
}
.BgClassName
{
background-color: #EDCC34;
}
</style>
border-color css
<style>
span { border-color: #EDCC34; }
span { border-color: rgb(237,204,52); }
td.TdClassName
{
border-color: #EDCC34;
}
.TagClassName
{
border-color: #EDCC34;
}
</style>