Html Css Color HEX #EAD173 Golden Sand

📋 copy color: '#EAD173'

red 234 ◦ green 209 ◦ blue 115

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

Shades of Golden Sand #EAD173

Tints of Golden Sand #EAD173

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.46%

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

R = 41.94%
G = 37.46%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EAD173 (or 0xEAD173) is known color: Golden Sand. HEX triplet: EA, D1 and 73. RGB value is (234,209,115). Sum of RGB (Red+Green+Blue) = 234+209+115=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 209 (82.03% from 255 or 37.46% from 558); Blue value is 115 (45.31% from 255 or 20.61% from 558); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD173 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD173 is #152E8C. Grayscale: #CECECE. Windows color (decimal): -1388173 or 7590378. OLE color: 7590378.

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

Color convert

RGB 234 209 115 -
CMYK 0 0.11 0.51 0.08
HSL 47.39º 0.74% 0.68% -
HSV(B) 47.39º 0.51% 0.92% -
XYZ 59.83 64.33 25.48 -
YUV 205.76 76.78 148.14 -
System Red Green Blue C M Y K H S L
Decimal 234 209 115 0 0.11 0.51 0.08 47.39 0.74 0.68
Hex EA D1 73 0 B 33 8 2F 4A 44
Octal 352 321 163 0 13 63 10 57 112 104
Binary 11101010 11010001 1110011 0 1011 110011 1000 101111 1001010 1000100

Color Harmonies of #EAD173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD173

Black with #EAD173

Text Example


Text Example

White with #EAD173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD173; }

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

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

background-color css

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

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

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

border-color css

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

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

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