#EFC66E

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

Shades of Golden Sand #EFC66E

Tints of Golden Sand #EFC66E

Color information

#EFC66E (or 0xEFC66E) is unknown color: approx Golden Sand. HEX triplet: EF, C6 and 6E. RGB value is (239,198,110). Sum of RGB (Red+Green+Blue) = 239+198+110=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 198 (77.73% from 255 or 36.20% from 547); Blue value is 110 (43.36% from 255 or 20.11% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC66E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC66E is #103991. Grayscale: #C8C8C8. Windows color (decimal): -1063314 or 7259887. OLE color: 7259887.

HSL color Cylindrical-coordinate representation of color #EFC66E: hue angle of 40.93º 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 #EFC66E is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB239198110-
CMYK00.170.540.06
HSL40.93º80.12%68.43%-
HSV(B)40.93º53.97%93.73%-
XYZ58.6159.8623.22-
YUV200.2377.08155.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.69%
GREEN value IS 198 (77.73% from 255) = 36.20%
BLUE value IS 110 (43.36% from 255) = 20.11%
R=43.69%
G=36.20%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919811000.170.540.0640.9380.1268.43
HexEFC66E011366295044
Octal35730615602166651120104
Binary1110111111000110110111001000111011011010100110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC66E; }

 p { color: rgb(239,198,110); }

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

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

 a { background-color: rgb(239,198,110); }

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

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

 span { border-color: rgb(239,198,110); }

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