Shades of Golden Sand #EDC767
Tints of Golden Sand #EDC767
RGB
CMYK
RGB Variations
Color information
#EDC767 (or 0xEDC767) is known color: Golden Sand. HEX triplet: ED, C7 and 67. RGB value is (237,199,103). Sum of RGB (Red+Green+Blue) = 237+199+103=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 199 (78.12% from 255 or 36.92% from 539); Blue value is 103 (40.62% from 255 or 19.11% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC767 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC767 is #123898. Grayscale: #C7C7C7. Windows color (decimal): -1194137 or 6801389. OLE color: 6801389.
HSL color Cylindrical-coordinate representation of color #EDC767: hue angle of 42.99º 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 #EDC767 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 103 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.07 |
| HSL | 42.99º | 0.79% | 0.67% | - |
| HSV(B) | 42.99º | 0.57% | 0.93% | - |
| XYZ | 57.8 | 59.83 | 21.33 | - |
| YUV | 199.42 | 73.59 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 103 | 0 | 0.16 | 0.57 | 0.07 | 42.99 | 0.79 | 0.67 |
| Hex | ED | C7 | 67 | 0 | 10 | 39 | 7 | 2B | 4F | 43 |
| Octal | 355 | 307 | 147 | 0 | 20 | 71 | 7 | 53 | 117 | 103 |
| Binary | 11101101 | 11000111 | 1100111 | 0 | 10000 | 111001 | 111 | 101011 | 1001111 | 1000011 |
Color Harmonies of #EDC767
Complementary color
Monochromatic Colors of #EDC767
Black with #EDC767
Text Example
Text Example
White with #EDC767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC767; }
p { color: rgb(237,199,103); }
H1.HeaderClassName
{
color: #EDC767;
}
.AnyTagClassName
{
color: #EDC767;
}
</style>
background-color css
<style>
a { background-color: #EDC767; }
a { background-color: rgb(237,199,103); }
div.DivClassName
{
background-color: #EDC767;
}
.BgClassName
{
background-color: #EDC767;
}
</style>
border-color css
<style>
span { border-color: #EDC767; }
span { border-color: rgb(237,199,103); }
td.TdClassName
{
border-color: #EDC767;
}
.TagClassName
{
border-color: #EDC767;
}
</style>