Html Css Color HEX #EAC761 Golden Sand

📋 copy color: '#EAC761'

red 234 ◦ green 199 ◦ blue 97

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

Shades of Golden Sand #EAC761

Tints of Golden Sand #EAC761

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.55%

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

R = 44.15%
G = 37.55%
B = 18.3%

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

#EAC761 (or 0xEAC761) is known color: Golden Sand. HEX triplet: EA, C7 and 61. RGB value is (234,199,97). Sum of RGB (Red+Green+Blue) = 234+199+97=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 199 (78.12% from 255 or 37.55% from 530); Blue value is 97 (38.28% from 255 or 18.30% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC761 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC761 is #15389E. Grayscale: #C6C6C6. Windows color (decimal): -1390751 or 6408170. OLE color: 6408170.

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

Color convert

RGB 234 199 97 -
CMYK 0 0.15 0.59 0.08
HSL 44.67º 0.77% 0.65% -
HSV(B) 44.67º 0.59% 0.92% -
XYZ 56.51 59.2 19.76 -
YUV 197.84 71.1 153.79 -
System Red Green Blue C M Y K H S L
Decimal 234 199 97 0 0.15 0.59 0.08 44.67 0.77 0.65
Hex EA C7 61 0 F 3B 8 2D 4D 41
Octal 352 307 141 0 17 73 10 55 115 101
Binary 11101010 11000111 1100001 0 1111 111011 1000 101101 1001101 1000001

Color Harmonies of #EAC761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC761

Black with #EAC761

Text Example


Text Example

White with #EAC761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC761; }

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

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

background-color css

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

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

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

border-color css

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

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

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