Html Css Color HEX #EAC661 Golden Sand

📋 copy color: '#EAC661'

red 234 ◦ green 198 ◦ blue 97

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

Shades of Golden Sand #EAC661

Tints of Golden Sand #EAC661

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.43%

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

R = 44.23%
G = 37.43%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EAC661 (or 0xEAC661) is known color: Golden Sand. HEX triplet: EA, C6 and 61. RGB value is (234,198,97). Sum of RGB (Red+Green+Blue) = 234+198+97=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 198 (77.73% from 255 or 37.43% from 529); Blue value is 97 (38.28% from 255 or 18.34% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC661 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC661 is #15399E. Grayscale: #C5C5C5. Windows color (decimal): -1391007 or 6407914. OLE color: 6407914.

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

Color convert

RGB 234 198 97 -
CMYK 0 0.15 0.59 0.08
HSL 44.23º 0.77% 0.65% -
HSV(B) 44.23º 0.59% 0.92% -
XYZ 56.28 58.74 19.68 -
YUV 197.25 71.43 154.21 -
System Red Green Blue C M Y K H S L
Decimal 234 198 97 0 0.15 0.59 0.08 44.23 0.77 0.65
Hex EA C6 61 0 F 3B 8 2C 4D 41
Octal 352 306 141 0 17 73 10 54 115 101
Binary 11101010 11000110 1100001 0 1111 111011 1000 101100 1001101 1000001

Color Harmonies of #EAC661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC661

Black with #EAC661

Text Example


Text Example

White with #EAC661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC661; }

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

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

background-color css

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

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

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

border-color css

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

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

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