#EFCD61

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

Shades of Golden Sand #EFCD61

Tints of Golden Sand #EFCD61

Color information

#EFCD61 (or 0xEFCD61) is unknown color: approx Golden Sand. HEX triplet: EF, CD and 61. RGB value is (239,205,97). Sum of RGB (Red+Green+Blue) = 239+205+97=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 97 (38.28% from 255 or 17.93% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCD61 is #10329E. Grayscale: #CBCBCB. Windows color (decimal): -1061535 or 6409711. OLE color: 6409711.

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

Color convert

RGB23920597-
CMYK00.140.590.06
HSL45.63º81.61%65.88%-
HSV(B)45.63º59.41%93.73%-
XYZ59.5962.8820.31-
YUV202.8568.26153.78-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.18%
GREEN value IS 205 (80.47% from 255) = 37.89%
BLUE value IS 97 (38.28% from 255) = 17.93%
R=44.18%
G=37.89%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392059700.140.590.0645.6381.6165.88
HexEFCD610E3B62e5242
Octal35731514101673656122102
Binary111011111100110111000010111011101111010111010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCD61; }

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

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

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

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

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

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

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

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