Shades of Golden Sand #EDCC6E
Tints of Golden Sand #EDCC6E
RGB
CMYK
RGB Variations
Color information
#EDCC6E (or 0xEDCC6E) is known color: Golden Sand. HEX triplet: ED, CC and 6E. RGB value is (237,204,110). Sum of RGB (Red+Green+Blue) = 237+204+110=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 110 (43.36% from 255 or 19.96% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCC6E is #123391. Grayscale: #CBCBCB. Windows color (decimal): -1192850 or 7261421. OLE color: 7261421.
HSL color Cylindrical-coordinate representation of color #EDCC6E: hue angle of 44.41º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EDCC6E is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 204 | 110 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.07 |
| HSL | 44.41º | 0.78% | 0.68% | - |
| HSV(B) | 44.41º | 0.54% | 0.93% | - |
| XYZ | 59.33 | 62.32 | 23.65 | - |
| YUV | 203.15 | 75.43 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 204 | 110 | 0 | 0.14 | 0.54 | 0.07 | 44.41 | 0.78 | 0.68 |
| Hex | ED | CC | 6E | 0 | E | 36 | 7 | 2C | 4E | 44 |
| Octal | 355 | 314 | 156 | 0 | 16 | 66 | 7 | 54 | 116 | 104 |
| Binary | 11101101 | 11001100 | 1101110 | 0 | 1110 | 110110 | 111 | 101100 | 1001110 | 1000100 |
Color Harmonies of #EDCC6E
Complementary color
Monochromatic Colors of #EDCC6E
Black with #EDCC6E
Text Example
Text Example
White with #EDCC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCC6E; }
p { color: rgb(237,204,110); }
H1.HeaderClassName
{
color: #EDCC6E;
}
.AnyTagClassName
{
color: #EDCC6E;
}
</style>
background-color css
<style>
a { background-color: #EDCC6E; }
a { background-color: rgb(237,204,110); }
div.DivClassName
{
background-color: #EDCC6E;
}
.BgClassName
{
background-color: #EDCC6E;
}
</style>
border-color css
<style>
span { border-color: #EDCC6E; }
span { border-color: rgb(237,204,110); }
td.TdClassName
{
border-color: #EDCC6E;
}
.TagClassName
{
border-color: #EDCC6E;
}
</style>