#EFD965

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

Shades of Golden Sand #EFD965

Tints of Golden Sand #EFD965

Color information

#EFD965 (or 0xEFD965) is unknown color: approx Golden Sand. HEX triplet: EF, D9 and 65. RGB value is (239,217,101). Sum of RGB (Red+Green+Blue) = 239+217+101=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 217 (85.16% from 255 or 38.96% from 557); Blue value is 101 (39.84% from 255 or 18.13% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD965 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD965 is #10269A. Grayscale: #D2D2D2. Windows color (decimal): -1058459 or 6674927. OLE color: 6674927.

HSL color Cylindrical-coordinate representation of color #EFD965: hue angle of 50.43º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EFD965 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB239217101-
CMYK00.090.580.06
HSL50.43º81.18%66.67%-
HSV(B)50.43º57.74%93.73%-
XYZ62.7668.9222.31-
YUV210.3566.29148.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.91%
GREEN value IS 217 (85.16% from 255) = 38.96%
BLUE value IS 101 (39.84% from 255) = 18.13%
R=42.91%
G=38.96%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921710100.090.580.0650.4381.1866.67
HexEFD965093A6325143
Octal35733114501172662121103
Binary111011111101100111001010100111101011011001010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD965; }

 p { color: rgb(239,217,101); }

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

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

 a { background-color: rgb(239,217,101); }

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

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

 span { border-color: rgb(239,217,101); }

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