#EFCE76

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

Shades of Golden Sand #EFCE76

Tints of Golden Sand #EFCE76

Color information

#EFCE76 (or 0xEFCE76) is unknown color: approx Golden Sand. HEX triplet: EF, CE and 76. RGB value is (239,206,118). Sum of RGB (Red+Green+Blue) = 239+206+118=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 206 (80.86% from 255 or 36.59% from 563); Blue value is 118 (46.48% from 255 or 20.96% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCE76 is #103189. Grayscale: #CECECE. Windows color (decimal): -1061258 or 7786223. OLE color: 7786223.

HSL color Cylindrical-coordinate representation of color #EFCE76: hue angle of 43.64º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFCE76 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB239206118-
CMYK00.140.510.06
HSL43.64º79.08%70%-
HSV(B)43.64º50.63%93.73%-
XYZ60.9463.826.24-
YUV205.8378.43151.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.45%
GREEN value IS 206 (80.86% from 255) = 36.59%
BLUE value IS 118 (46.48% from 255) = 20.96%
R=42.45%
G=36.59%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920611800.140.510.0643.6479.0870
HexEFCE760E3362c4f46
Octal35731616601663654117106
Binary111011111100111011101100111011001111010110010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCE76; }

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

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

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

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

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

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

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

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