Shades of Golden Sand #EECB69
Tints of Golden Sand #EECB69
RGB
CMYK
RGB Variations
Color information
#EECB69 (or 0xEECB69) is known color: Golden Sand. HEX triplet: EE, CB and 69. RGB value is (238,203,105). Sum of RGB (Red+Green+Blue) = 238+203+105=546 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.59% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 105 (41.41% from 255 or 19.23% from 546); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECB69 is #113496. Grayscale: #CACACA. Windows color (decimal): -1127575 or 6933486. OLE color: 6933486.
HSL color Cylindrical-coordinate representation of color #EECB69: hue angle of 44.21º 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 #EECB69 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 105 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.07 |
| HSL | 44.21º | 0.8% | 0.67% | - |
| HSV(B) | 44.21º | 0.56% | 0.93% | - |
| XYZ | 59.17 | 61.91 | 22.2 | - |
| YUV | 202.29 | 73.1 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 105 | 0 | 0.15 | 0.56 | 0.07 | 44.21 | 0.8 | 0.67 |
| Hex | EE | CB | 69 | 0 | F | 38 | 7 | 2C | 50 | 43 |
| Octal | 356 | 313 | 151 | 0 | 17 | 70 | 7 | 54 | 120 | 103 |
| Binary | 11101110 | 11001011 | 1101001 | 0 | 1111 | 111000 | 111 | 101100 | 1010000 | 1000011 |
Color Harmonies of #EECB69
Complementary color
Monochromatic Colors of #EECB69
Black with #EECB69
Text Example
Text Example
White with #EECB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECB69; }
p { color: rgb(238,203,105); }
H1.HeaderClassName
{
color: #EECB69;
}
.AnyTagClassName
{
color: #EECB69;
}
</style>
background-color css
<style>
a { background-color: #EECB69; }
a { background-color: rgb(238,203,105); }
div.DivClassName
{
background-color: #EECB69;
}
.BgClassName
{
background-color: #EECB69;
}
</style>
border-color css
<style>
span { border-color: #EECB69; }
span { border-color: rgb(238,203,105); }
td.TdClassName
{
border-color: #EECB69;
}
.TagClassName
{
border-color: #EECB69;
}
</style>