#EFD162

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

Shades of Golden Sand #EFD162

Tints of Golden Sand #EFD162

Color information

#EFD162 (or 0xEFD162) is unknown color: approx Golden Sand. HEX triplet: EF, D1 and 62. RGB value is (239,209,98). Sum of RGB (Red+Green+Blue) = 239+209+98=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 209 (82.03% from 255 or 38.28% from 546); Blue value is 98 (38.67% from 255 or 17.95% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD162 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD162 is #102E9D. Grayscale: #CDCDCD. Windows color (decimal): -1060510 or 6476271. OLE color: 6476271.

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

Color convert

RGB23920998-
CMYK00.130.590.06
HSL47.23º81.5%66.08%-
HSV(B)47.23º59%93.73%-
XYZ60.664.8320.88-
YUV205.3267.44152.03-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.77%
GREEN value IS 209 (82.03% from 255) = 38.28%
BLUE value IS 98 (38.67% from 255) = 17.95%
R=43.77%
G=38.28%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392099800.130.590.0647.2381.566.08
HexEFD1620D3B62f5242
Octal35732114201573657122102
Binary111011111101000111000100110111101111010111110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD162; }

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

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

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

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

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

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

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

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