#EFCF76

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

Shades of Golden Sand #EFCF76

Tints of Golden Sand #EFCF76

Color information

#EFCF76 (or 0xEFCF76) is unknown color: approx Golden Sand. HEX triplet: EF, CF and 76. RGB value is (239,207,118). Sum of RGB (Red+Green+Blue) = 239+207+118=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 118 (46.48% from 255 or 20.92% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCF76 is #103089. Grayscale: #CECECE. Windows color (decimal): -1061002 or 7786479. OLE color: 7786479.

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

Color convert

RGB239207118-
CMYK00.130.510.06
HSL44.13º79.08%70%-
HSV(B)44.13º50.63%93.73%-
XYZ61.1864.2826.32-
YUV206.4278.1151.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.38%
GREEN value IS 207 (81.25% from 255) = 36.70%
BLUE value IS 118 (46.48% from 255) = 20.92%
R=42.38%
G=36.70%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920711800.130.510.0644.1379.0870
HexEFCF760D3362c4f46
Octal35731716601563654117106
Binary111011111100111111101100110111001111010110010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCF76; }

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

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

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

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

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

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

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

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