#EFD061

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

Shades of Golden Sand #EFD061

Tints of Golden Sand #EFD061

Color information

#EFD061 (or 0xEFD061) is unknown color: approx Golden Sand. HEX triplet: EF, D0 and 61. RGB value is (239,208,97). Sum of RGB (Red+Green+Blue) = 239+208+97=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 208 (81.64% from 255 or 38.24% from 544); Blue value is 97 (38.28% from 255 or 17.83% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD061 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD061 is #102F9E. Grayscale: #CDCDCD. Windows color (decimal): -1060767 or 6410479. OLE color: 6410479.

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

Color convert

RGB23920897-
CMYK00.130.590.06
HSL46.9º81.61%65.88%-
HSV(B)46.9º59.41%93.73%-
XYZ60.3164.3320.55-
YUV204.6167.27152.53-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.93%
GREEN value IS 208 (81.64% from 255) = 38.24%
BLUE value IS 97 (38.28% from 255) = 17.83%
R=43.93%
G=38.24%
B=17.83%

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
Decimal2392089700.130.590.0646.981.6165.88
HexEFD0610D3B62f5242
Octal35732014101573657122102
Binary111011111101000011000010110111101111010111110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD061; }

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

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

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

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

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

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

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

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