Shades of Golden Sand #EED369
Tints of Golden Sand #EED369
RGB
CMYK
RGB Variations
Color information
#EED369 (or 0xEED369) is known color: Golden Sand. HEX triplet: EE, D3 and 69. RGB value is (238,211,105). Sum of RGB (Red+Green+Blue) = 238+211+105=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 211 (82.81% from 255 or 38.09% from 554); Blue value is 105 (41.41% from 255 or 18.95% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EED369 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED369 is #112C96. Grayscale: #CFCFCF. Windows color (decimal): -1125527 or 6935534. OLE color: 6935534.
HSL color Cylindrical-coordinate representation of color #EED369: hue angle of 47.82º 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 #EED369 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 105 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.07 |
| HSL | 47.82º | 0.8% | 0.67% | - |
| HSV(B) | 47.82º | 0.56% | 0.93% | - |
| XYZ | 61.1 | 65.79 | 22.84 | - |
| YUV | 206.99 | 70.45 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 105 | 0 | 0.11 | 0.56 | 0.07 | 47.82 | 0.8 | 0.67 |
| Hex | EE | D3 | 69 | 0 | B | 38 | 7 | 30 | 50 | 43 |
| Octal | 356 | 323 | 151 | 0 | 13 | 70 | 7 | 60 | 120 | 103 |
| Binary | 11101110 | 11010011 | 1101001 | 0 | 1011 | 111000 | 111 | 110000 | 1010000 | 1000011 |
Color Harmonies of #EED369
Complementary color
Monochromatic Colors of #EED369
Black with #EED369
Text Example
Text Example
White with #EED369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED369; }
p { color: rgb(238,211,105); }
H1.HeaderClassName
{
color: #EED369;
}
.AnyTagClassName
{
color: #EED369;
}
</style>
background-color css
<style>
a { background-color: #EED369; }
a { background-color: rgb(238,211,105); }
div.DivClassName
{
background-color: #EED369;
}
.BgClassName
{
background-color: #EED369;
}
</style>
border-color css
<style>
span { border-color: #EED369; }
span { border-color: rgb(238,211,105); }
td.TdClassName
{
border-color: #EED369;
}
.TagClassName
{
border-color: #EED369;
}
</style>