#EFCF61

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

Shades of Golden Sand #EFCF61

Tints of Golden Sand #EFCF61

Color information

#EFCF61 (or 0xEFCF61) is unknown color: approx Golden Sand. HEX triplet: EF, CF and 61. RGB value is (239,207,97). Sum of RGB (Red+Green+Blue) = 239+207+97=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 207 (81.25% from 255 or 38.12% from 543); Blue value is 97 (38.28% from 255 or 17.86% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCF61 is #10309E. Grayscale: #CCCCCC. Windows color (decimal): -1061023 or 6410223. OLE color: 6410223.

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

Color convert

RGB23920797-
CMYK00.130.590.06
HSL46.48º81.61%65.88%-
HSV(B)46.48º59.41%93.73%-
XYZ60.0763.8420.47-
YUV204.0367.6152.94-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.01%
GREEN value IS 207 (81.25% from 255) = 38.12%
BLUE value IS 97 (38.28% from 255) = 17.86%
R=44.01%
G=38.12%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392079700.130.590.0646.4881.6165.88
HexEFCF610D3B62e5242
Octal35731714101573656122102
Binary111011111100111111000010110111101111010111010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCF61; }

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

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

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

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

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

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

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

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