Shades of Golden Sand #EACF6B
Tints of Golden Sand #EACF6B
RGB
CMYK
RGB Variations
Color information
#EACF6B (or 0xEACF6B) is known color: Golden Sand. HEX triplet: EA, CF and 6B. RGB value is (234,207,107). Sum of RGB (Red+Green+Blue) = 234+207+107=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 207 (81.25% from 255 or 37.77% from 548); Blue value is 107 (42.19% from 255 or 19.53% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACF6B is #153094. Grayscale: #CCCCCC. Windows color (decimal): -1388693 or 7065578. OLE color: 7065578.
HSL color Cylindrical-coordinate representation of color #EACF6B: hue angle of 47.24º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EACF6B is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 107 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.08 |
| HSL | 47.24º | 0.75% | 0.67% | - |
| HSV(B) | 47.24º | 0.54% | 0.92% | - |
| XYZ | 58.9 | 63.18 | 23 | - |
| YUV | 203.67 | 73.45 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 107 | 0 | 0.12 | 0.54 | 0.08 | 47.24 | 0.75 | 0.67 |
| Hex | EA | CF | 6B | 0 | C | 36 | 8 | 2F | 4B | 43 |
| Octal | 352 | 317 | 153 | 0 | 14 | 66 | 10 | 57 | 113 | 103 |
| Binary | 11101010 | 11001111 | 1101011 | 0 | 1100 | 110110 | 1000 | 101111 | 1001011 | 1000011 |
Color Harmonies of #EACF6B
Complementary color
Monochromatic Colors of #EACF6B
Black with #EACF6B
Text Example
Text Example
White with #EACF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF6B; }
p { color: rgb(234,207,107); }
H1.HeaderClassName
{
color: #EACF6B;
}
.AnyTagClassName
{
color: #EACF6B;
}
</style>
background-color css
<style>
a { background-color: #EACF6B; }
a { background-color: rgb(234,207,107); }
div.DivClassName
{
background-color: #EACF6B;
}
.BgClassName
{
background-color: #EACF6B;
}
</style>
border-color css
<style>
span { border-color: #EACF6B; }
span { border-color: rgb(234,207,107); }
td.TdClassName
{
border-color: #EACF6B;
}
.TagClassName
{
border-color: #EACF6B;
}
</style>