Shades of Golden Sand #EBCA74
Tints of Golden Sand #EBCA74
RGB
CMYK
RGB Variations
Color information
#EBCA74 (or 0xEBCA74) is known color: Golden Sand. HEX triplet: EB, CA and 74. RGB value is (235,202,116). Sum of RGB (Red+Green+Blue) = 235+202+116=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 116 (45.70% from 255 or 20.98% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCA74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCA74 is #14358B. Grayscale: #CACACA. Windows color (decimal): -1324428 or 7654123. OLE color: 7654123.
HSL color Cylindrical-coordinate representation of color #EBCA74: hue angle of 43.36º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EBCA74 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 202 | 116 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.08 |
| HSL | 43.36º | 0.75% | 0.69% | - |
| HSV(B) | 43.36º | 0.51% | 0.92% | - |
| XYZ | 58.53 | 61.16 | 25.24 | - |
| YUV | 202.06 | 79.43 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 202 | 116 | 0 | 0.14 | 0.51 | 0.08 | 43.36 | 0.75 | 0.69 |
| Hex | EB | CA | 74 | 0 | E | 33 | 8 | 2B | 4B | 45 |
| Octal | 353 | 312 | 164 | 0 | 16 | 63 | 10 | 53 | 113 | 105 |
| Binary | 11101011 | 11001010 | 1110100 | 0 | 1110 | 110011 | 1000 | 101011 | 1001011 | 1000101 |
Color Harmonies of #EBCA74
Complementary color
Monochromatic Colors of #EBCA74
Black with #EBCA74
Text Example
Text Example
White with #EBCA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCA74; }
p { color: rgb(235,202,116); }
H1.HeaderClassName
{
color: #EBCA74;
}
.AnyTagClassName
{
color: #EBCA74;
}
</style>
background-color css
<style>
a { background-color: #EBCA74; }
a { background-color: rgb(235,202,116); }
div.DivClassName
{
background-color: #EBCA74;
}
.BgClassName
{
background-color: #EBCA74;
}
</style>
border-color css
<style>
span { border-color: #EBCA74; }
span { border-color: rgb(235,202,116); }
td.TdClassName
{
border-color: #EBCA74;
}
.TagClassName
{
border-color: #EBCA74;
}
</style>