#EFCF73

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

Shades of Golden Sand #EFCF73

Tints of Golden Sand #EFCF73

Color information

#EFCF73 (or 0xEFCF73) is unknown color: approx Golden Sand. HEX triplet: EF, CF and 73. RGB value is (239,207,115). Sum of RGB (Red+Green+Blue) = 239+207+115=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 115 (45.31% from 255 or 20.50% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCF73 is #10308C. Grayscale: #CECECE. Windows color (decimal): -1061005 or 7589871. OLE color: 7589871.

HSL color Cylindrical-coordinate representation of color #EFCF73: hue angle of 44.52º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EFCF73 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB239207115-
CMYK00.130.520.06
HSL44.52º79.49%69.41%-
HSV(B)44.52º51.88%93.73%-
XYZ6164.2125.4-
YUV206.0876.6151.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.60%
GREEN value IS 207 (81.25% from 255) = 36.90%
BLUE value IS 115 (45.31% from 255) = 20.50%
R=42.60%
G=36.90%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920711500.130.520.0644.5279.4969.41
HexEFCF730D3462d4f45
Octal35731716301564655117105
Binary111011111100111111100110110111010011010110110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCF73; }

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

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

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

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

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

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

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

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