#EFCE6D

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

Shades of Golden Sand #EFCE6D

Tints of Golden Sand #EFCE6D

Color information

#EFCE6D (or 0xEFCE6D) is unknown color: approx Golden Sand. HEX triplet: EF, CE and 6D. RGB value is (239,206,109). Sum of RGB (Red+Green+Blue) = 239+206+109=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 109 (42.97% from 255 or 19.68% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCE6D is #103192. Grayscale: #CDCDCD. Windows color (decimal): -1061267 or 7196399. OLE color: 7196399.

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

Color convert

RGB239206109-
CMYK00.140.540.06
HSL44.77º80.25%68.24%-
HSV(B)44.77º54.39%93.73%-
XYZ60.4363.623.56-
YUV204.8173.93152.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.14%
GREEN value IS 206 (80.86% from 255) = 37.18%
BLUE value IS 109 (42.97% from 255) = 19.68%
R=43.14%
G=37.18%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920610900.140.540.0644.7780.2568.24
HexEFCE6D0E3662d5044
Octal35731615501666655120104
Binary111011111100111011011010111011011011010110110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCE6D; }

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

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

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

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

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

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

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

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