Shades of Golden Sand #EDC368
Tints of Golden Sand #EDC368
RGB
CMYK
RGB Variations
Color information
#EDC368 (or 0xEDC368) is known color: Golden Sand. HEX triplet: ED, C3 and 68. RGB value is (237,195,104). Sum of RGB (Red+Green+Blue) = 237+195+104=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 195 (76.56% from 255 or 36.38% from 536); Blue value is 104 (41.02% from 255 or 19.40% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC368 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC368 is #123C97. Grayscale: #C5C5C5. Windows color (decimal): -1195160 or 6865901. OLE color: 6865901.
HSL color Cylindrical-coordinate representation of color #EDC368: hue angle of 41.05º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EDC368 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 104 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.07 |
| HSL | 41.05º | 0.79% | 0.67% | - |
| HSV(B) | 41.05º | 0.56% | 0.93% | - |
| XYZ | 56.94 | 58.03 | 21.3 | - |
| YUV | 197.18 | 75.41 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 104 | 0 | 0.18 | 0.56 | 0.07 | 41.05 | 0.79 | 0.67 |
| Hex | ED | C3 | 68 | 0 | 12 | 38 | 7 | 29 | 4F | 43 |
| Octal | 355 | 303 | 150 | 0 | 22 | 70 | 7 | 51 | 117 | 103 |
| Binary | 11101101 | 11000011 | 1101000 | 0 | 10010 | 111000 | 111 | 101001 | 1001111 | 1000011 |
Color Harmonies of #EDC368
Complementary color
Monochromatic Colors of #EDC368
Black with #EDC368
Text Example
Text Example
White with #EDC368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC368; }
p { color: rgb(237,195,104); }
H1.HeaderClassName
{
color: #EDC368;
}
.AnyTagClassName
{
color: #EDC368;
}
</style>
background-color css
<style>
a { background-color: #EDC368; }
a { background-color: rgb(237,195,104); }
div.DivClassName
{
background-color: #EDC368;
}
.BgClassName
{
background-color: #EDC368;
}
</style>
border-color css
<style>
span { border-color: #EDC368; }
span { border-color: rgb(237,195,104); }
td.TdClassName
{
border-color: #EDC368;
}
.TagClassName
{
border-color: #EDC368;
}
</style>