Html Css Color HEX #EAC861 Golden Sand

📋 copy color: '#EAC861'

red 234 ◦ green 200 ◦ blue 97

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

Shades of Golden Sand #EAC861

Tints of Golden Sand #EAC861

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.66%

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

R = 44.07%
G = 37.66%
B = 18.27%

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

#EAC861 (or 0xEAC861) is known color: Golden Sand. HEX triplet: EA, C8 and 61. RGB value is (234,200,97). Sum of RGB (Red+Green+Blue) = 234+200+97=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 200 (78.52% from 255 or 37.66% from 531); Blue value is 97 (38.28% from 255 or 18.27% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC861 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC861 is #15379E. Grayscale: #C6C6C6. Windows color (decimal): -1390495 or 6408426. OLE color: 6408426.

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

Color convert

RGB 234 200 97 -
CMYK 0 0.15 0.59 0.08
HSL 45.11º 0.77% 0.65% -
HSV(B) 45.11º 0.59% 0.92% -
XYZ 56.74 59.66 19.83 -
YUV 198.42 70.76 153.38 -
System Red Green Blue C M Y K H S L
Decimal 234 200 97 0 0.15 0.59 0.08 45.11 0.77 0.65
Hex EA C8 61 0 F 3B 8 2D 4D 41
Octal 352 310 141 0 17 73 10 55 115 101
Binary 11101010 11001000 1100001 0 1111 111011 1000 101101 1001101 1000001

Color Harmonies of #EAC861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC861

Black with #EAC861

Text Example


Text Example

White with #EAC861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC861; }

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

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

background-color css

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

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

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

border-color css

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

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

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