Html Css Color HEX #EACC76 Golden Sand

📋 copy color: '#EACC76'

red 234 ◦ green 204 ◦ blue 118

#EACC76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Sand #EACC76

Tints of Golden Sand #EACC76

RGB

 RED value IS 234 (91.8% from 255) = 42.09%

 GREEN value IS 204 (80.08% from 255) = 36.69%

 BLUE value IS 118 (46.48% from 255) = 21.22%

R = 42.09%
G = 36.69%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EACC76 (or 0xEACC76) is known color: Golden Sand. HEX triplet: EA, CC and 76. RGB value is (234,204,118). Sum of RGB (Red+Green+Blue) = 234+204+118=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 204 (80.08% from 255 or 36.69% from 556); Blue value is 118 (46.48% from 255 or 21.22% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACC76 is #153389. Grayscale: #CBCBCB. Windows color (decimal): -1389450 or 7785706. OLE color: 7785706.

HSL color Cylindrical-coordinate representation of color #EACC76: hue angle of 44.48º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EACC76 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 204 118 -
CMYK 0 0.13 0.50 0.08
HSL 44.48º 0.73% 0.69% -
HSV(B) 44.48º 0.5% 0.92% -
XYZ 58.79 61.99 26.01 -
YUV 203.17 79.94 149.99 -
System Red Green Blue C M Y K H S L
Decimal 234 204 118 0 0.13 0.50 0.08 44.48 0.73 0.69
Hex EA CC 76 0 D 32 8 2C 49 45
Octal 352 314 166 0 15 62 10 54 111 105
Binary 11101010 11001100 1110110 0 1101 110010 1000 101100 1001001 1000101

Color Harmonies of #EACC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACC76

Black with #EACC76

Text Example


Text Example

White with #EACC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACC76; }

 p { color: rgb(234,204,118); }

 H1.HeaderClassName
 {
   color: #EACC76;
 }
 .AnyTagClassName
 {
   color: #EACC76;
 }
</style>

background-color css

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

 a { background-color: rgb(234,204,118); }

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

border-color css

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

 span { border-color: rgb(234,204,118); }

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