Shades of Golden Sand #EDD067
Tints of Golden Sand #EDD067
RGB
CMYK
RGB Variations
Color information
#EDD067 (or 0xEDD067) is known color: Golden Sand. HEX triplet: ED, D0 and 67. RGB value is (237,208,103). Sum of RGB (Red+Green+Blue) = 237+208+103=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 208 (81.64% from 255 or 37.96% from 548); Blue value is 103 (40.62% from 255 or 18.80% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD067 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD067 is #122F98. Grayscale: #CDCDCD. Windows color (decimal): -1191833 or 6803693. OLE color: 6803693.
HSL color Cylindrical-coordinate representation of color #EDD067: hue angle of 47.01º 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 #EDD067 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 103 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.07 |
| HSL | 47.01º | 0.79% | 0.67% | - |
| HSV(B) | 47.01º | 0.57% | 0.93% | - |
| XYZ | 59.93 | 64.1 | 22.05 | - |
| YUV | 204.7 | 70.61 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 103 | 0 | 0.12 | 0.57 | 0.07 | 47.01 | 0.79 | 0.67 |
| Hex | ED | D0 | 67 | 0 | C | 39 | 7 | 2F | 4F | 43 |
| Octal | 355 | 320 | 147 | 0 | 14 | 71 | 7 | 57 | 117 | 103 |
| Binary | 11101101 | 11010000 | 1100111 | 0 | 1100 | 111001 | 111 | 101111 | 1001111 | 1000011 |
Color Harmonies of #EDD067
Complementary color
Monochromatic Colors of #EDD067
Black with #EDD067
Text Example
Text Example
White with #EDD067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD067; }
p { color: rgb(237,208,103); }
H1.HeaderClassName
{
color: #EDD067;
}
.AnyTagClassName
{
color: #EDD067;
}
</style>
background-color css
<style>
a { background-color: #EDD067; }
a { background-color: rgb(237,208,103); }
div.DivClassName
{
background-color: #EDD067;
}
.BgClassName
{
background-color: #EDD067;
}
</style>
border-color css
<style>
span { border-color: #EDD067; }
span { border-color: rgb(237,208,103); }
td.TdClassName
{
border-color: #EDD067;
}
.TagClassName
{
border-color: #EDD067;
}
</style>