#efc76a

Color #EFC76A Golden Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Sand #EFC76A

Tints of Golden Sand #EFC76A

Color information

#EFC76A (or 0xEFC76A) is unknown color: approx Golden Sand. HEX triplet: EF, C7 and 6A. RGB value is (239,199,106). Sum of RGB (Red+Green+Blue) = 239+199+106=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 199 (78.12% from 255 or 36.58% from 544); Blue value is 106 (41.80% from 255 or 19.49% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC76A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC76A is #103895. Grayscale: #C8C8C8. Windows color (decimal): -1063062 or 6997999. OLE color: 6997999.

HSL color Cylindrical-coordinate representation of color #EFC76A: hue angle of 41.95º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EFC76A is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB239199106-
CMYK00.170.560.06
HSL41.95º80.61%67.65%-
HSV(B)41.95º55.65%93.73%-
XYZ58.6260.2422.17-
YUV200.3674.75155.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 43.93%
GREEN value IS 199 (78.12% from 255) = 36.58%
BLUE value IS 106 (41.80% from 255) = 19.49%
R=43.93%
G=36.58%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919910600.170.560.0641.9580.6167.65
HexEFC76A0113862a5144
Octal35730715202170652121104
Binary1110111111000111110101001000111100011010101010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efc76a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efc76a; }

 p { color: rgb(239,199,106); }

 H1.HeaderClassName
 {
   color: #efc76a;
 }
 .AnyTagClassName
 {
   color: #efc76a;
 }
</style>
background-color css

<style>
 a { background-color: #efc76a; }

 a { background-color: rgb(239,199,106); }

 div.DivClassName
 {
   background-color: #efc76a;
 }
 .BgClassName
 {
   background-color: #efc76a;
 }
</style>
border-color css

<style>
 span { border-color: #efc76a; }

 span { border-color: rgb(239,199,106); }

 td.TdClassName
 {
   border-color: #efc76a;
 }
 .TagClassName
 {
   border-color: #efc76a;
 }
</style>