#EFC961

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

Shades of Golden Sand #EFC961

Tints of Golden Sand #EFC961

Color information

#EFC961 (or 0xEFC961) is unknown color: approx Golden Sand. HEX triplet: EF, C9 and 61. RGB value is (239,201,97). Sum of RGB (Red+Green+Blue) = 239+201+97=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 201 (78.91% from 255 or 37.43% from 537); Blue value is 97 (38.28% from 255 or 18.06% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC961 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC961 is #10369E. Grayscale: #C8C8C8. Windows color (decimal): -1062559 or 6408687. OLE color: 6408687.

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

Color convert

RGB23920197-
CMYK00.160.590.06
HSL43.94º81.61%65.88%-
HSV(B)43.94º59.41%93.73%-
XYZ58.6460.9919.99-
YUV200.5169.59155.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.51%
GREEN value IS 201 (78.91% from 255) = 37.43%
BLUE value IS 97 (38.28% from 255) = 18.06%
R=44.51%
G=37.43%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392019700.160.590.0643.9481.6165.88
HexEFC9610103B62c5242
Octal35731114102073654122102
Binary1110111111001001110000101000011101111010110010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC961; }

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

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

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

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

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

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

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

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