#EFD076

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

Shades of Golden Sand #EFD076

Tints of Golden Sand #EFD076

Color information

#EFD076 (or 0xEFD076) is unknown color: approx Golden Sand. HEX triplet: EF, D0 and 76. RGB value is (239,208,118). Sum of RGB (Red+Green+Blue) = 239+208+118=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 208 (81.64% from 255 or 36.81% from 565); Blue value is 118 (46.48% from 255 or 20.88% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD076 is #102F89. Grayscale: #CFCFCF. Windows color (decimal): -1060746 or 7786735. OLE color: 7786735.

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

Color convert

RGB239208118-
CMYK00.130.510.06
HSL44.63º79.08%70%-
HSV(B)44.63º50.63%93.73%-
XYZ61.4264.7726.4-
YUV207.0177.77150.82-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.30%
GREEN value IS 208 (81.64% from 255) = 36.81%
BLUE value IS 118 (46.48% from 255) = 20.88%
R=42.30%
G=36.81%
B=20.88%

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
Decimal23920811800.130.510.0644.6379.0870
HexEFD0760D3362d4f46
Octal35732016601563655117106
Binary111011111101000011101100110111001111010110110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD076; }

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

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

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

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

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

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

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

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