Shades of Golden Sand #EDC366
Tints of Golden Sand #EDC366
RGB
CMYK
RGB Variations
Color information
#EDC366 (or 0xEDC366) is known color: Golden Sand. HEX triplet: ED, C3 and 66. RGB value is (237,195,102). Sum of RGB (Red+Green+Blue) = 237+195+102=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 195 (76.56% from 255 or 36.52% from 534); Blue value is 102 (40.23% from 255 or 19.10% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC366 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC366 is #123C99. Grayscale: #C5C5C5. Windows color (decimal): -1195162 or 6734829. OLE color: 6734829.
HSL color Cylindrical-coordinate representation of color #EDC366: hue angle of 41.33º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EDC366 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 102 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.07 |
| HSL | 41.33º | 0.79% | 0.66% | - |
| HSV(B) | 41.33º | 0.57% | 0.93% | - |
| XYZ | 56.84 | 57.99 | 20.77 | - |
| YUV | 196.96 | 74.41 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 102 | 0 | 0.18 | 0.57 | 0.07 | 41.33 | 0.79 | 0.66 |
| Hex | ED | C3 | 66 | 0 | 12 | 39 | 7 | 29 | 4F | 42 |
| Octal | 355 | 303 | 146 | 0 | 22 | 71 | 7 | 51 | 117 | 102 |
| Binary | 11101101 | 11000011 | 1100110 | 0 | 10010 | 111001 | 111 | 101001 | 1001111 | 1000010 |
Color Harmonies of #EDC366
Complementary color
Monochromatic Colors of #EDC366
Black with #EDC366
Text Example
Text Example
White with #EDC366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC366; }
p { color: rgb(237,195,102); }
H1.HeaderClassName
{
color: #EDC366;
}
.AnyTagClassName
{
color: #EDC366;
}
</style>
background-color css
<style>
a { background-color: #EDC366; }
a { background-color: rgb(237,195,102); }
div.DivClassName
{
background-color: #EDC366;
}
.BgClassName
{
background-color: #EDC366;
}
</style>
border-color css
<style>
span { border-color: #EDC366; }
span { border-color: rgb(237,195,102); }
td.TdClassName
{
border-color: #EDC366;
}
.TagClassName
{
border-color: #EDC366;
}
</style>