Shades of Golden Sand #EED368
Tints of Golden Sand #EED368
RGB
CMYK
RGB Variations
Color information
#EED368 (or 0xEED368) is known color: Golden Sand. HEX triplet: EE, D3 and 68. RGB value is (238,211,104). Sum of RGB (Red+Green+Blue) = 238+211+104=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 211 (82.81% from 255 or 38.16% from 553); Blue value is 104 (41.02% from 255 or 18.81% from 553); Max value from RGB is 238 - color contains mainly: red. Hex color #EED368 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED368 is #112C97. Grayscale: #CFCFCF. Windows color (decimal): -1125528 or 6869998. OLE color: 6869998.
HSL color Cylindrical-coordinate representation of color #EED368: hue angle of 47.91º degrees, saturation: 0.8, 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 #EED368 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 104 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.07 |
| HSL | 47.91º | 0.8% | 0.67% | - |
| HSV(B) | 47.91º | 0.56% | 0.93% | - |
| XYZ | 61.05 | 65.77 | 22.57 | - |
| YUV | 206.88 | 69.95 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 104 | 0 | 0.11 | 0.56 | 0.07 | 47.91 | 0.8 | 0.67 |
| Hex | EE | D3 | 68 | 0 | B | 38 | 7 | 30 | 50 | 43 |
| Octal | 356 | 323 | 150 | 0 | 13 | 70 | 7 | 60 | 120 | 103 |
| Binary | 11101110 | 11010011 | 1101000 | 0 | 1011 | 111000 | 111 | 110000 | 1010000 | 1000011 |
Color Harmonies of #EED368
Complementary color
Monochromatic Colors of #EED368
Black with #EED368
Text Example
Text Example
White with #EED368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED368; }
p { color: rgb(238,211,104); }
H1.HeaderClassName
{
color: #EED368;
}
.AnyTagClassName
{
color: #EED368;
}
</style>
background-color css
<style>
a { background-color: #EED368; }
a { background-color: rgb(238,211,104); }
div.DivClassName
{
background-color: #EED368;
}
.BgClassName
{
background-color: #EED368;
}
</style>
border-color css
<style>
span { border-color: #EED368; }
span { border-color: rgb(238,211,104); }
td.TdClassName
{
border-color: #EED368;
}
.TagClassName
{
border-color: #EED368;
}
</style>