#EACF72

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

Shades of Golden Sand #EACF72

Tints of Golden Sand #EACF72

Color information

#EACF72 (or 0xEACF72) is unknown color: approx Golden Sand. HEX triplet: EA, CF and 72. RGB value is (234,207,114). Sum of RGB (Red+Green+Blue) = 234+207+114=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 114 (44.92% from 255 or 20.54% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACF72 is #15308D. Grayscale: #CCCCCC. Windows color (decimal): -1388686 or 7524330. OLE color: 7524330.

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

Color convert

RGB234207114-
CMYK00.120.510.08
HSL46.5º74.07%68.24%-
HSV(B)46.5º51.28%91.76%-
XYZ59.2863.3325.02-
YUV204.4776.95149.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.16%
GREEN value IS 207 (81.25% from 255) = 37.30%
BLUE value IS 114 (44.92% from 255) = 20.54%
R=42.16%
G=37.30%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420711400.120.510.0846.574.0768.24
HexEACF720C3382e4a44
Octal352317162014631056112104
Binary1110101011001111111001001100110011100010111010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACF72; }

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

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

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

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

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

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

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

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