Shades of Golden Sand #EDCC63
Tints of Golden Sand #EDCC63
RGB
CMYK
RGB Variations
Color information
#EDCC63 (or 0xEDCC63) is known color: Golden Sand. HEX triplet: ED, CC and 63. RGB value is (237,204,99). Sum of RGB (Red+Green+Blue) = 237+204+99=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 99 (39.06% from 255 or 18.33% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCC63 is #12339C. Grayscale: #CACACA. Windows color (decimal): -1192861 or 6540525. OLE color: 6540525.
HSL color Cylindrical-coordinate representation of color #EDCC63: hue angle of 45.65º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EDCC63 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 204 | 99 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.07 |
| HSL | 45.65º | 0.79% | 0.66% | - |
| HSV(B) | 45.65º | 0.58% | 0.93% | - |
| XYZ | 58.77 | 62.09 | 20.69 | - |
| YUV | 201.9 | 69.93 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 204 | 99 | 0 | 0.14 | 0.58 | 0.07 | 45.65 | 0.79 | 0.66 |
| Hex | ED | CC | 63 | 0 | E | 3A | 7 | 2E | 4F | 42 |
| Octal | 355 | 314 | 143 | 0 | 16 | 72 | 7 | 56 | 117 | 102 |
| Binary | 11101101 | 11001100 | 1100011 | 0 | 1110 | 111010 | 111 | 101110 | 1001111 | 1000010 |
Color Harmonies of #EDCC63
Complementary color
Monochromatic Colors of #EDCC63
Black with #EDCC63
Text Example
Text Example
White with #EDCC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCC63; }
p { color: rgb(237,204,99); }
H1.HeaderClassName
{
color: #EDCC63;
}
.AnyTagClassName
{
color: #EDCC63;
}
</style>
background-color css
<style>
a { background-color: #EDCC63; }
a { background-color: rgb(237,204,99); }
div.DivClassName
{
background-color: #EDCC63;
}
.BgClassName
{
background-color: #EDCC63;
}
</style>
border-color css
<style>
span { border-color: #EDCC63; }
span { border-color: rgb(237,204,99); }
td.TdClassName
{
border-color: #EDCC63;
}
.TagClassName
{
border-color: #EDCC63;
}
</style>