#EFCD63

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

Shades of Golden Sand #EFCD63

Tints of Golden Sand #EFCD63

Color information

#EFCD63 (or 0xEFCD63) is unknown color: approx Golden Sand. HEX triplet: EF, CD and 63. RGB value is (239,205,99). Sum of RGB (Red+Green+Blue) = 239+205+99=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 99 (39.06% from 255 or 18.23% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCD63 is #10329C. Grayscale: #CBCBCB. Windows color (decimal): -1061533 or 6540783. OLE color: 6540783.

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

Color convert

RGB23920599-
CMYK00.140.590.06
HSL45.43º81.4%66.27%-
HSV(B)45.43º58.58%93.73%-
XYZ59.6862.9120.8-
YUV203.0869.26153.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.01%
GREEN value IS 205 (80.47% from 255) = 37.75%
BLUE value IS 99 (39.06% from 255) = 18.23%
R=44.01%
G=37.75%
B=18.23%

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
Decimal2392059900.140.590.0645.4381.466.27
HexEFCD630E3B62d5142
Octal35731514301673655121102
Binary111011111100110111000110111011101111010110110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCD63; }

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

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

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

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

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

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

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

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