Html Css Color HEX #EAC773 Golden Sand

📋 copy color: '#EAC773'

red 234 ◦ green 199 ◦ blue 115

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

Shades of Golden Sand #EAC773

Tints of Golden Sand #EAC773

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.31%

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

R = 42.7%
G = 36.31%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EAC773 (or 0xEAC773) is known color: Golden Sand. HEX triplet: EA, C7 and 73. RGB value is (234,199,115). Sum of RGB (Red+Green+Blue) = 234+199+115=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 199 (78.12% from 255 or 36.31% from 548); Blue value is 115 (45.31% from 255 or 20.99% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC773 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC773 is #15388C. Grayscale: #C8C8C8. Windows color (decimal): -1390733 or 7587818. OLE color: 7587818.

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

Color convert

RGB 234 199 115 -
CMYK 0 0.15 0.51 0.08
HSL 42.35º 0.74% 0.68% -
HSV(B) 42.35º 0.51% 0.92% -
XYZ 57.45 59.58 24.69 -
YUV 199.89 80.1 152.33 -
System Red Green Blue C M Y K H S L
Decimal 234 199 115 0 0.15 0.51 0.08 42.35 0.74 0.68
Hex EA C7 73 0 F 33 8 2A 4A 44
Octal 352 307 163 0 17 63 10 52 112 104
Binary 11101010 11000111 1110011 0 1111 110011 1000 101010 1001010 1000100

Color Harmonies of #EAC773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC773

Black with #EAC773

Text Example


Text Example

White with #EAC773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC773; }

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

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

background-color css

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

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

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

border-color css

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

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

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