Html Css Color HEX #EACC73 Golden Sand

📋 copy color: '#EACC73'

red 234 ◦ green 204 ◦ blue 115

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

Shades of Golden Sand #EACC73

Tints of Golden Sand #EACC73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.8%

R = 42.31%
G = 36.89%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EACC73 (or 0xEACC73) is known color: Golden Sand. HEX triplet: EA, CC and 73. RGB value is (234,204,115). Sum of RGB (Red+Green+Blue) = 234+204+115=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 115 (45.31% from 255 or 20.80% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACC73 is #15338C. Grayscale: #CBCBCB. Windows color (decimal): -1389453 or 7589098. OLE color: 7589098.

HSL color Cylindrical-coordinate representation of color #EACC73: hue angle of 44.87º 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 #EACC73 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 204 115 -
CMYK 0 0.13 0.51 0.08
HSL 44.87º 0.74% 0.68% -
HSV(B) 44.87º 0.51% 0.92% -
XYZ 58.62 61.92 25.08 -
YUV 202.82 78.44 150.24 -
System Red Green Blue C M Y K H S L
Decimal 234 204 115 0 0.13 0.51 0.08 44.87 0.74 0.68
Hex EA CC 73 0 D 33 8 2D 4A 44
Octal 352 314 163 0 15 63 10 55 112 104
Binary 11101010 11001100 1110011 0 1101 110011 1000 101101 1001010 1000100

Color Harmonies of #EACC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACC73

Black with #EACC73

Text Example


Text Example

White with #EACC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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