Shades of Golden Sand #EAD26C
Tints of Golden Sand #EAD26C
RGB
CMYK
RGB Variations
Color information
#EAD26C (or 0xEAD26C) is known color: Golden Sand. HEX triplet: EA, D2 and 6C. RGB value is (234,210,108). Sum of RGB (Red+Green+Blue) = 234+210+108=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 210 (82.42% from 255 or 38.04% from 552); Blue value is 108 (42.58% from 255 or 19.57% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD26C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD26C is #152D93. Grayscale: #CDCDCD. Windows color (decimal): -1387924 or 7131882. OLE color: 7131882.
HSL color Cylindrical-coordinate representation of color #EAD26C: hue angle of 48.57º 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 #EAD26C is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 210 | 108 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.08 |
| HSL | 48.57º | 0.75% | 0.67% | - |
| HSV(B) | 48.57º | 0.54% | 0.92% | - |
| XYZ | 59.69 | 64.67 | 23.52 | - |
| YUV | 205.55 | 72.95 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 210 | 108 | 0 | 0.10 | 0.54 | 0.08 | 48.57 | 0.75 | 0.67 |
| Hex | EA | D2 | 6C | 0 | A | 36 | 8 | 31 | 4B | 43 |
| Octal | 352 | 322 | 154 | 0 | 12 | 66 | 10 | 61 | 113 | 103 |
| Binary | 11101010 | 11010010 | 1101100 | 0 | 1010 | 110110 | 1000 | 110001 | 1001011 | 1000011 |
Color Harmonies of #EAD26C
Complementary color
Monochromatic Colors of #EAD26C
Black with #EAD26C
Text Example
Text Example
White with #EAD26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD26C; }
p { color: rgb(234,210,108); }
H1.HeaderClassName
{
color: #EAD26C;
}
.AnyTagClassName
{
color: #EAD26C;
}
</style>
background-color css
<style>
a { background-color: #EAD26C; }
a { background-color: rgb(234,210,108); }
div.DivClassName
{
background-color: #EAD26C;
}
.BgClassName
{
background-color: #EAD26C;
}
</style>
border-color css
<style>
span { border-color: #EAD26C; }
span { border-color: rgb(234,210,108); }
td.TdClassName
{
border-color: #EAD26C;
}
.TagClassName
{
border-color: #EAD26C;
}
</style>