Shades of Golden Sand #EDDC67
Tints of Golden Sand #EDDC67
RGB
CMYK
RGB Variations
Color information
#EDDC67 (or 0xEDDC67) is known color: Golden Sand. HEX triplet: ED, DC and 67. RGB value is (237,220,103). Sum of RGB (Red+Green+Blue) = 237+220+103=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 103 (40.62% from 255 or 18.39% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDC67 is #122398. Grayscale: #D4D4D4. Windows color (decimal): -1188761 or 6806765. OLE color: 6806765.
HSL color Cylindrical-coordinate representation of color #EDDC67: hue angle of 52.39º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EDDC67 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 103 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.07 |
| HSL | 52.39º | 0.79% | 0.67% | - |
| HSV(B) | 52.39º | 0.57% | 0.93% | - |
| XYZ | 62.97 | 70.17 | 23.06 | - |
| YUV | 211.75 | 66.63 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 103 | 0 | 0.07 | 0.57 | 0.07 | 52.39 | 0.79 | 0.67 |
| Hex | ED | DC | 67 | 0 | 7 | 39 | 7 | 34 | 4F | 43 |
| Octal | 355 | 334 | 147 | 0 | 7 | 71 | 7 | 64 | 117 | 103 |
| Binary | 11101101 | 11011100 | 1100111 | 0 | 111 | 111001 | 111 | 110100 | 1001111 | 1000011 |
Color Harmonies of #EDDC67
Complementary color
Monochromatic Colors of #EDDC67
Black with #EDDC67
Text Example
Text Example
White with #EDDC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC67; }
p { color: rgb(237,220,103); }
H1.HeaderClassName
{
color: #EDDC67;
}
.AnyTagClassName
{
color: #EDDC67;
}
</style>
background-color css
<style>
a { background-color: #EDDC67; }
a { background-color: rgb(237,220,103); }
div.DivClassName
{
background-color: #EDDC67;
}
.BgClassName
{
background-color: #EDDC67;
}
</style>
border-color css
<style>
span { border-color: #EDDC67; }
span { border-color: rgb(237,220,103); }
td.TdClassName
{
border-color: #EDDC67;
}
.TagClassName
{
border-color: #EDDC67;
}
</style>