Shades of Golden Sand #EFC363
Tints of Golden Sand #EFC363
RGB
CMYK
RGB Variations
Color information
#EFC363 (or 0xEFC363) is known color: Golden Sand. HEX triplet: EF, C3 and 63. RGB value is (239,195,99). Sum of RGB (Red+Green+Blue) = 239+195+99=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 99 (39.06% from 255 or 18.57% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC363 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC363 is #103C9C. Grayscale: #C5C5C5. Windows color (decimal): -1064093 or 6538223. OLE color: 6538223.
HSL color Cylindrical-coordinate representation of color #EFC363: hue angle of 41.14º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EFC363 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 99 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.06 |
| HSL | 41.14º | 0.81% | 0.66% | - |
| HSV(B) | 41.14º | 0.59% | 0.94% | - |
| XYZ | 57.36 | 58.28 | 20.03 | - |
| YUV | 197.21 | 72.58 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 99 | 0 | 0.18 | 0.59 | 0.06 | 41.14 | 0.81 | 0.66 |
| Hex | EF | C3 | 63 | 0 | 12 | 3B | 6 | 29 | 51 | 42 |
| Octal | 357 | 303 | 143 | 0 | 22 | 73 | 6 | 51 | 121 | 102 |
| Binary | 11101111 | 11000011 | 1100011 | 0 | 10010 | 111011 | 110 | 101001 | 1010001 | 1000010 |
Color Harmonies of #EFC363
Complementary color
Monochromatic Colors of #EFC363
Black with #EFC363
Text Example
Text Example
White with #EFC363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC363; }
p { color: rgb(239,195,99); }
H1.HeaderClassName
{
color: #EFC363;
}
.AnyTagClassName
{
color: #EFC363;
}
</style>
background-color css
<style>
a { background-color: #EFC363; }
a { background-color: rgb(239,195,99); }
div.DivClassName
{
background-color: #EFC363;
}
.BgClassName
{
background-color: #EFC363;
}
</style>
border-color css
<style>
span { border-color: #EFC363; }
span { border-color: rgb(239,195,99); }
td.TdClassName
{
border-color: #EFC363;
}
.TagClassName
{
border-color: #EFC363;
}
</style>