Shades of Golden Dream #EDC832
Tints of Golden Dream #EDC832
RGB
CMYK
RGB Variations
Color information
#EDC832 (or 0xEDC832) is known color: Golden Dream. HEX triplet: ED, C8 and 32. RGB value is (237,200,50). Sum of RGB (Red+Green+Blue) = 237+200+50=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 50 (19.92% from 255 or 10.27% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC832 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC832 is #1237CD. Grayscale: #C2C2C2. Windows color (decimal): -1193934 or 3328237. OLE color: 3328237.
HSL color Cylindrical-coordinate representation of color #EDC832: hue angle of 48.13º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EDC832 is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 50 | - |
| CMYK | 0 | 0.16 | 0.79 | 0.07 |
| HSL | 48.13º | 0.84% | 0.56% | - |
| HSV(B) | 48.13º | 0.79% | 0.93% | - |
| XYZ | 56.16 | 59.54 | 11.55 | - |
| YUV | 193.96 | 46.76 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 50 | 0 | 0.16 | 0.79 | 0.07 | 48.13 | 0.84 | 0.56 |
| Hex | ED | C8 | 32 | 0 | 10 | 4F | 7 | 30 | 54 | 38 |
| Octal | 355 | 310 | 62 | 0 | 20 | 117 | 7 | 60 | 124 | 70 |
| Binary | 11101101 | 11001000 | 110010 | 0 | 10000 | 1001111 | 111 | 110000 | 1010100 | 111000 |
Color Harmonies of #EDC832
Complementary color
Monochromatic Colors of #EDC832
Black with #EDC832
Text Example
Text Example
White with #EDC832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC832; }
p { color: rgb(237,200,50); }
H1.HeaderClassName
{
color: #EDC832;
}
.AnyTagClassName
{
color: #EDC832;
}
</style>
background-color css
<style>
a { background-color: #EDC832; }
a { background-color: rgb(237,200,50); }
div.DivClassName
{
background-color: #EDC832;
}
.BgClassName
{
background-color: #EDC832;
}
</style>
border-color css
<style>
span { border-color: #EDC832; }
span { border-color: rgb(237,200,50); }
td.TdClassName
{
border-color: #EDC832;
}
.TagClassName
{
border-color: #EDC832;
}
</style>