Shades of Golden Sand #EED567
Tints of Golden Sand #EED567
RGB
CMYK
RGB Variations
Color information
#EED567 (or 0xEED567) is known color: Golden Sand. HEX triplet: EE, D5 and 67. RGB value is (238,213,103). Sum of RGB (Red+Green+Blue) = 238+213+103=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 213 (83.59% from 255 or 38.45% from 554); Blue value is 103 (40.62% from 255 or 18.59% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EED567 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED567 is #112A98. Grayscale: #D0D0D0. Windows color (decimal): -1125017 or 6804974. OLE color: 6804974.
HSL color Cylindrical-coordinate representation of color #EED567: hue angle of 48.89º degrees, saturation: 0.8, 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 #EED567 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 103 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.07 |
| HSL | 48.89º | 0.8% | 0.67% | - |
| HSV(B) | 48.89º | 0.57% | 0.93% | - |
| XYZ | 61.5 | 66.74 | 22.47 | - |
| YUV | 207.94 | 68.78 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 103 | 0 | 0.11 | 0.57 | 0.07 | 48.89 | 0.8 | 0.67 |
| Hex | EE | D5 | 67 | 0 | B | 39 | 7 | 31 | 50 | 43 |
| Octal | 356 | 325 | 147 | 0 | 13 | 71 | 7 | 61 | 120 | 103 |
| Binary | 11101110 | 11010101 | 1100111 | 0 | 1011 | 111001 | 111 | 110001 | 1010000 | 1000011 |
Color Harmonies of #EED567
Complementary color
Monochromatic Colors of #EED567
Black with #EED567
Text Example
Text Example
White with #EED567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED567; }
p { color: rgb(238,213,103); }
H1.HeaderClassName
{
color: #EED567;
}
.AnyTagClassName
{
color: #EED567;
}
</style>
background-color css
<style>
a { background-color: #EED567; }
a { background-color: rgb(238,213,103); }
div.DivClassName
{
background-color: #EED567;
}
.BgClassName
{
background-color: #EED567;
}
</style>
border-color css
<style>
span { border-color: #EED567; }
span { border-color: rgb(238,213,103); }
td.TdClassName
{
border-color: #EED567;
}
.TagClassName
{
border-color: #EED567;
}
</style>