Html Css Color HEX #EAC561 Golden Sand

📋 copy color: '#EAC561'

red 234 ◦ green 197 ◦ blue 97

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

Shades of Golden Sand #EAC561

Tints of Golden Sand #EAC561

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.31%

 BLUE value IS 97 (38.28% from 255) = 18.37%

R = 44.32%
G = 37.31%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EAC561 (or 0xEAC561) is known color: Golden Sand. HEX triplet: EA, C5 and 61. RGB value is (234,197,97). Sum of RGB (Red+Green+Blue) = 234+197+97=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 197 (77.34% from 255 or 37.31% from 528); Blue value is 97 (38.28% from 255 or 18.37% from 528); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC561 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC561 is #153A9E. Grayscale: #C5C5C5. Windows color (decimal): -1391263 or 6407658. OLE color: 6407658.

HSL color Cylindrical-coordinate representation of color #EAC561: hue angle of 43.8º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EAC561 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 197 97 -
CMYK 0 0.16 0.59 0.08
HSL 43.8º 0.77% 0.65% -
HSV(B) 43.8º 0.59% 0.92% -
XYZ 56.06 58.29 19.61 -
YUV 196.66 71.76 154.63 -
System Red Green Blue C M Y K H S L
Decimal 234 197 97 0 0.16 0.59 0.08 43.8 0.77 0.65
Hex EA C5 61 0 10 3B 8 2C 4D 41
Octal 352 305 141 0 20 73 10 54 115 101
Binary 11101010 11000101 1100001 0 10000 111011 1000 101100 1001101 1000001

Color Harmonies of #EAC561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC561

Black with #EAC561

Text Example


Text Example

White with #EAC561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC561; }

 p { color: rgb(234,197,97); }

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

background-color css

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

 a { background-color: rgb(234,197,97); }

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

border-color css

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

 span { border-color: rgb(234,197,97); }

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