#EFD175

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

Shades of Golden Sand #EFD175

Tints of Golden Sand #EFD175

Color information

#EFD175 (or 0xEFD175) is unknown color: approx Golden Sand. HEX triplet: EF, D1 and 75. RGB value is (239,209,117). Sum of RGB (Red+Green+Blue) = 239+209+117=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 209 (82.03% from 255 or 36.99% from 565); Blue value is 117 (46.09% from 255 or 20.71% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD175 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD175 is #102E8A. Grayscale: #CFCFCF. Windows color (decimal): -1060491 or 7721455. OLE color: 7721455.

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

Color convert

RGB239209117-
CMYK00.130.510.06
HSL45.25º79.22%69.8%-
HSV(B)45.25º51.05%93.73%-
XYZ61.6165.2426.17-
YUV207.4876.94150.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.30%
GREEN value IS 209 (82.03% from 255) = 36.99%
BLUE value IS 117 (46.09% from 255) = 20.71%
R=42.30%
G=36.99%
B=20.71%

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
Decimal23920911700.130.510.0645.2579.2269.8
HexEFD1750D3362d4f46
Octal35732116501563655117106
Binary111011111101000111101010110111001111010110110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD175; }

 p { color: rgb(239,209,117); }

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

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

 a { background-color: rgb(239,209,117); }

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

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

 span { border-color: rgb(239,209,117); }

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