#EACF6A

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

Shades of Golden Sand #EACF6A

Tints of Golden Sand #EACF6A

Color information

#EACF6A (or 0xEACF6A) is unknown color: approx Golden Sand. HEX triplet: EA, CF and 6A. RGB value is (234,207,106). Sum of RGB (Red+Green+Blue) = 234+207+106=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 106 (41.80% from 255 or 19.38% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACF6A is #153095. Grayscale: #CBCBCB. Windows color (decimal): -1388694 or 7000042. OLE color: 7000042.

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

Color convert

RGB234207106-
CMYK00.120.550.08
HSL47.34º75.29%66.67%-
HSV(B)47.34º54.7%91.76%-
XYZ58.8563.1622.72-
YUV203.5672.95149.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.78%
GREEN value IS 207 (81.25% from 255) = 37.84%
BLUE value IS 106 (41.80% from 255) = 19.38%
R=42.78%
G=37.84%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420710600.120.550.0847.3475.2966.67
HexEACF6A0C3782f4b43
Octal352317152014671057113103
Binary1110101011001111110101001100110111100010111110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACF6A; }

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

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

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

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

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

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

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

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