#efd071

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

Shades of Golden Sand #EFD071

Tints of Golden Sand #EFD071

Color information

#EFD071 (or 0xEFD071) is unknown color: approx Golden Sand. HEX triplet: EF, D0 and 71. RGB value is (239,208,113). Sum of RGB (Red+Green+Blue) = 239+208+113=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 208 (81.64% from 255 or 37.14% from 560); Blue value is 113 (44.53% from 255 or 20.18% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD071 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD071 is #102F8E. Grayscale: #CECECE. Windows color (decimal): -1060751 or 7459055. OLE color: 7459055.

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

Color convert

RGB239208113-
CMYK00.130.530.06
HSL45.24º79.75%69.02%-
HSV(B)45.24º52.72%93.73%-
XYZ61.1364.6524.88-
YUV206.4475.27151.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.68%
GREEN value IS 208 (81.64% from 255) = 37.14%
BLUE value IS 113 (44.53% from 255) = 20.18%
R=42.68%
G=37.14%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920811300.130.530.0645.2479.7569.02
HexEFD0710D3562d5045
Octal35732016101565655120105
Binary111011111101000011100010110111010111010110110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efd071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efd071; }

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

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

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

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

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

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

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

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