#EACF66

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

Shades of Golden Sand #EACF66

Tints of Golden Sand #EACF66

Color information

#EACF66 (or 0xEACF66) is unknown color: approx Golden Sand. HEX triplet: EA, CF and 66. RGB value is (234,207,102). Sum of RGB (Red+Green+Blue) = 234+207+102=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 207 (81.25% from 255 or 38.12% from 543); Blue value is 102 (40.23% from 255 or 18.78% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACF66 is #153099. Grayscale: #CBCBCB. Windows color (decimal): -1388698 or 6737898. OLE color: 6737898.

HSL color Cylindrical-coordinate representation of color #EACF66: hue angle of 47.73º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EACF66 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB234207102-
CMYK00.120.560.08
HSL47.73º75.86%65.88%-
HSV(B)47.73º56.41%91.76%-
XYZ58.6463.0821.65-
YUV203.170.95150.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.09%
GREEN value IS 207 (81.25% from 255) = 38.12%
BLUE value IS 102 (40.23% from 255) = 18.78%
R=43.09%
G=38.12%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420710200.120.560.0847.7375.8665.88
HexEACF660C388304c42
Octal352317146014701060114102
Binary1110101011001111110011001100111000100011000010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACF66; }

 p { color: rgb(234,207,102); }

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

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

 a { background-color: rgb(234,207,102); }

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

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

 span { border-color: rgb(234,207,102); }

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