#EFDA65

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

Shades of Golden Sand #EFDA65

Tints of Golden Sand #EFDA65

Color information

#EFDA65 (or 0xEFDA65) is unknown color: approx Golden Sand. HEX triplet: EF, DA and 65. RGB value is (239,218,101). Sum of RGB (Red+Green+Blue) = 239+218+101=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 218 (85.55% from 255 or 39.07% from 558); Blue value is 101 (39.84% from 255 or 18.10% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDA65 is #10259A. Grayscale: #D3D3D3. Windows color (decimal): -1058203 or 6675183. OLE color: 6675183.

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

Color convert

RGB239218101-
CMYK00.090.580.06
HSL50.87º81.18%66.67%-
HSV(B)50.87º57.74%93.73%-
XYZ63.0269.4322.39-
YUV210.9465.96148.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.83%
GREEN value IS 218 (85.55% from 255) = 39.07%
BLUE value IS 101 (39.84% from 255) = 18.10%
R=42.83%
G=39.07%
B=18.10%

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
Decimal23921810100.090.580.0650.8781.1866.67
HexEFDA65093A6335143
Octal35733214501172663121103
Binary111011111101101011001010100111101011011001110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDA65; }

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

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

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

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

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

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

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

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