#EFC66D

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

Shades of Golden Sand #EFC66D

Tints of Golden Sand #EFC66D

Color information

#EFC66D (or 0xEFC66D) is unknown color: approx Golden Sand. HEX triplet: EF, C6 and 6D. RGB value is (239,198,109). Sum of RGB (Red+Green+Blue) = 239+198+109=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 198 (77.73% from 255 or 36.26% from 546); Blue value is 109 (42.97% from 255 or 19.96% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC66D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC66D is #103992. Grayscale: #C8C8C8. Windows color (decimal): -1063315 or 7194351. OLE color: 7194351.

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

Color convert

RGB239198109-
CMYK00.170.540.06
HSL41.08º80.25%68.24%-
HSV(B)41.08º54.39%93.73%-
XYZ58.5559.8422.93-
YUV200.1176.58155.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.77%
GREEN value IS 198 (77.73% from 255) = 36.26%
BLUE value IS 109 (42.97% from 255) = 19.96%
R=43.77%
G=36.26%
B=19.96%

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
Decimal23919810900.170.540.0641.0880.2568.24
HexEFC66D011366295044
Octal35730615502166651120104
Binary1110111111000110110110101000111011011010100110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC66D; }

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

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

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

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

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

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

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

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