#EFD764

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

Shades of Golden Sand #EFD764

Tints of Golden Sand #EFD764

Color information

#EFD764 (or 0xEFD764) is unknown color: approx Golden Sand. HEX triplet: EF, D7 and 64. RGB value is (239,215,100). Sum of RGB (Red+Green+Blue) = 239+215+100=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 215 (84.38% from 255 or 38.81% from 554); Blue value is 100 (39.45% from 255 or 18.05% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD764 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD764 is #10289B. Grayscale: #D1D1D1. Windows color (decimal): -1058972 or 6608879. OLE color: 6608879.

HSL color Cylindrical-coordinate representation of color #EFD764: hue angle of 49.64º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EFD764 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB239215100-
CMYK00.100.580.06
HSL49.64º81.29%66.47%-
HSV(B)49.64º58.16%93.73%-
XYZ62.267.8721.88-
YUV209.0766.45149.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.14%
GREEN value IS 215 (84.38% from 255) = 38.81%
BLUE value IS 100 (39.45% from 255) = 18.05%
R=43.14%
G=38.81%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921510000.100.580.0649.6481.2966.47
HexEFD7640A3A6325142
Octal35732714401272662121102
Binary111011111101011111001000101011101011011001010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD764; }

 p { color: rgb(239,215,100); }

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

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

 a { background-color: rgb(239,215,100); }

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

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

 span { border-color: rgb(239,215,100); }

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