#EFCA61

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

Shades of Golden Sand #EFCA61

Tints of Golden Sand #EFCA61

Color information

#EFCA61 (or 0xEFCA61) is unknown color: approx Golden Sand. HEX triplet: EF, CA and 61. RGB value is (239,202,97). Sum of RGB (Red+Green+Blue) = 239+202+97=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 97 (38.28% from 255 or 18.03% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCA61 is #10359E. Grayscale: #C9C9C9. Windows color (decimal): -1062303 or 6408943. OLE color: 6408943.

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

Color convert

RGB23920297-
CMYK00.150.590.06
HSL44.37º81.61%65.88%-
HSV(B)44.37º59.41%93.73%-
XYZ58.8761.4520.07-
YUV201.0969.26155.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.42%
GREEN value IS 202 (79.30% from 255) = 37.55%
BLUE value IS 97 (38.28% from 255) = 18.03%
R=44.42%
G=37.55%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392029700.150.590.0644.3781.6165.88
HexEFCA610F3B62c5242
Octal35731214101773654122102
Binary111011111100101011000010111111101111010110010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCA61; }

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

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

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

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

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

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

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

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