Shades of Golden Sand #EEC46B
Tints of Golden Sand #EEC46B
RGB
CMYK
RGB Variations
Color information
#EEC46B (or 0xEEC46B) is known color: Golden Sand. HEX triplet: EE, C4 and 6B. RGB value is (238,196,107). Sum of RGB (Red+Green+Blue) = 238+196+107=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 196 (76.95% from 255 or 36.23% from 541); Blue value is 107 (42.19% from 255 or 19.78% from 541); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC46B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC46B is #113B94. Grayscale: #C6C6C6. Windows color (decimal): -1129365 or 7062766. OLE color: 7062766.
HSL color Cylindrical-coordinate representation of color #EEC46B: hue angle of 40.76º 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 #EEC46B is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 196 | 107 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.07 |
| HSL | 40.76º | 0.79% | 0.68% | - |
| HSV(B) | 40.76º | 0.55% | 0.93% | - |
| XYZ | 57.65 | 58.72 | 22.21 | - |
| YUV | 198.41 | 76.41 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 196 | 107 | 0 | 0.18 | 0.55 | 0.07 | 40.76 | 0.79 | 0.68 |
| Hex | EE | C4 | 6B | 0 | 12 | 37 | 7 | 29 | 4F | 44 |
| Octal | 356 | 304 | 153 | 0 | 22 | 67 | 7 | 51 | 117 | 104 |
| Binary | 11101110 | 11000100 | 1101011 | 0 | 10010 | 110111 | 111 | 101001 | 1001111 | 1000100 |
Color Harmonies of #EEC46B
Complementary color
Monochromatic Colors of #EEC46B
Black with #EEC46B
Text Example
Text Example
White with #EEC46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC46B; }
p { color: rgb(238,196,107); }
H1.HeaderClassName
{
color: #EEC46B;
}
.AnyTagClassName
{
color: #EEC46B;
}
</style>
background-color css
<style>
a { background-color: #EEC46B; }
a { background-color: rgb(238,196,107); }
div.DivClassName
{
background-color: #EEC46B;
}
.BgClassName
{
background-color: #EEC46B;
}
</style>
border-color css
<style>
span { border-color: #EEC46B; }
span { border-color: rgb(238,196,107); }
td.TdClassName
{
border-color: #EEC46B;
}
.TagClassName
{
border-color: #EEC46B;
}
</style>