#EFCC6C

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

Shades of Golden Sand #EFCC6C

Tints of Golden Sand #EFCC6C

Color information

#EFCC6C (or 0xEFCC6C) is unknown color: approx Golden Sand. HEX triplet: EF, CC and 6C. RGB value is (239,204,108). Sum of RGB (Red+Green+Blue) = 239+204+108=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 108 (42.58% from 255 or 19.60% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCC6C is #103393. Grayscale: #CBCBCB. Windows color (decimal): -1061780 or 7130351. OLE color: 7130351.

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

Color convert

RGB239204108-
CMYK00.150.550.06
HSL43.97º80.37%68.04%-
HSV(B)43.97º54.81%93.73%-
XYZ59.962.6223.12-
YUV203.5274.1153.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.38%
GREEN value IS 204 (80.08% from 255) = 37.02%
BLUE value IS 108 (42.58% from 255) = 19.60%
R=43.38%
G=37.02%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920410800.150.550.0643.9780.3768.04
HexEFCC6C0F3762c5044
Octal35731415401767654120104
Binary111011111100110011011000111111011111010110010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCC6C; }

 p { color: rgb(239,204,108); }

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

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

 a { background-color: rgb(239,204,108); }

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

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

 span { border-color: rgb(239,204,108); }

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