#EFC96D

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

Shades of Golden Sand #EFC96D

Tints of Golden Sand #EFC96D

Color information

#EFC96D (or 0xEFC96D) is unknown color: approx Golden Sand. HEX triplet: EF, C9 and 6D. RGB value is (239,201,109). Sum of RGB (Red+Green+Blue) = 239+201+109=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 109 (42.97% from 255 or 19.85% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC96D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC96D is #103692. Grayscale: #CACACA. Windows color (decimal): -1062547 or 7195119. OLE color: 7195119.

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

Color convert

RGB239201109-
CMYK00.160.540.06
HSL42.46º80.25%68.24%-
HSV(B)42.46º54.39%93.73%-
XYZ59.2461.2323.16-
YUV201.8775.59154.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.53%
GREEN value IS 201 (78.91% from 255) = 36.61%
BLUE value IS 109 (42.97% from 255) = 19.85%
R=43.53%
G=36.61%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920110900.160.540.0642.4680.2568.24
HexEFC96D0103662a5044
Octal35731115502066652120104
Binary1110111111001001110110101000011011011010101010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC96D; }

 p { color: rgb(239,201,109); }

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

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

 a { background-color: rgb(239,201,109); }

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

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

 span { border-color: rgb(239,201,109); }

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