Html Css Color HEX #EAC961 Golden Sand

📋 copy color: '#EAC961'

red 234 ◦ green 201 ◦ blue 97

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

Shades of Golden Sand #EAC961

Tints of Golden Sand #EAC961

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.78%

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

R = 43.98%
G = 37.78%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EAC961 (or 0xEAC961) is known color: Golden Sand. HEX triplet: EA, C9 and 61. RGB value is (234,201,97). Sum of RGB (Red+Green+Blue) = 234+201+97=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 201 (78.91% from 255 or 37.78% from 532); Blue value is 97 (38.28% from 255 or 18.23% from 532); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC961 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC961 is #15369E. Grayscale: #C7C7C7. Windows color (decimal): -1390239 or 6408682. OLE color: 6408682.

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

Color convert

RGB 234 201 97 -
CMYK 0 0.14 0.59 0.08
HSL 45.55º 0.77% 0.65% -
HSV(B) 45.55º 0.59% 0.92% -
XYZ 56.98 60.13 19.91 -
YUV 199.01 70.43 152.96 -
System Red Green Blue C M Y K H S L
Decimal 234 201 97 0 0.14 0.59 0.08 45.55 0.77 0.65
Hex EA C9 61 0 E 3B 8 2E 4D 41
Octal 352 311 141 0 16 73 10 56 115 101
Binary 11101010 11001001 1100001 0 1110 111011 1000 101110 1001101 1000001

Color Harmonies of #EAC961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC961

Black with #EAC961

Text Example


Text Example

White with #EAC961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC961; }

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

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

background-color css

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

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

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

border-color css

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

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

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