#EACE70

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

Shades of Golden Sand #EACE70

Tints of Golden Sand #EACE70

Color information

#EACE70 (or 0xEACE70) is unknown color: approx Golden Sand. HEX triplet: EA, CE and 70. RGB value is (234,206,112). Sum of RGB (Red+Green+Blue) = 234+206+112=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 206 (80.86% from 255 or 37.32% from 552); Blue value is 112 (44.14% from 255 or 20.29% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACE70 is #15318F. Grayscale: #CCCCCC. Windows color (decimal): -1388944 or 7393002. OLE color: 7393002.

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

Color convert

RGB234206112-
CMYK00.120.520.08
HSL46.23º74.39%67.84%-
HSV(B)46.23º52.14%91.76%-
XYZ58.9362.824.35-
YUV203.6676.28149.64-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.39%
GREEN value IS 206 (80.86% from 255) = 37.32%
BLUE value IS 112 (44.14% from 255) = 20.29%
R=42.39%
G=37.32%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420611200.120.520.0846.2374.3967.84
HexEACE700C3482e4a44
Octal352316160014641056112104
Binary1110101011001110111000001100110100100010111010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACE70; }

 p { color: rgb(234,206,112); }

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

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

 a { background-color: rgb(234,206,112); }

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

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

 span { border-color: rgb(234,206,112); }

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