Shades of Golden Sand #EEDB6C
Tints of Golden Sand #EEDB6C
RGB
CMYK
RGB Variations
Color information
#EEDB6C (or 0xEEDB6C) is known color: Golden Sand. HEX triplet: EE, DB and 6C. RGB value is (238,219,108). Sum of RGB (Red+Green+Blue) = 238+219+108=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 108 (42.58% from 255 or 19.12% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDB6C is #112493. Grayscale: #D4D4D4. Windows color (decimal): -1123476 or 7134190. OLE color: 7134190.
HSL color Cylindrical-coordinate representation of color #EEDB6C: hue angle of 51.23º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EEDB6C is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 108 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.07 |
| HSL | 51.23º | 0.79% | 0.68% | - |
| HSV(B) | 51.23º | 0.55% | 0.93% | - |
| XYZ | 63.3 | 69.92 | 24.35 | - |
| YUV | 212.03 | 69.29 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 108 | 0 | 0.08 | 0.55 | 0.07 | 51.23 | 0.79 | 0.68 |
| Hex | EE | DB | 6C | 0 | 8 | 37 | 7 | 33 | 4F | 44 |
| Octal | 356 | 333 | 154 | 0 | 10 | 67 | 7 | 63 | 117 | 104 |
| Binary | 11101110 | 11011011 | 1101100 | 0 | 1000 | 110111 | 111 | 110011 | 1001111 | 1000100 |
Color Harmonies of #EEDB6C
Complementary color
Monochromatic Colors of #EEDB6C
Black with #EEDB6C
Text Example
Text Example
White with #EEDB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDB6C; }
p { color: rgb(238,219,108); }
H1.HeaderClassName
{
color: #EEDB6C;
}
.AnyTagClassName
{
color: #EEDB6C;
}
</style>
background-color css
<style>
a { background-color: #EEDB6C; }
a { background-color: rgb(238,219,108); }
div.DivClassName
{
background-color: #EEDB6C;
}
.BgClassName
{
background-color: #EEDB6C;
}
</style>
border-color css
<style>
span { border-color: #EEDB6C; }
span { border-color: rgb(238,219,108); }
td.TdClassName
{
border-color: #EEDB6C;
}
.TagClassName
{
border-color: #EEDB6C;
}
</style>