Html Css Color HEX #EAC771 Golden Sand

📋 copy color: '#EAC771'

red 234 ◦ green 199 ◦ blue 113

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

Shades of Golden Sand #EAC771

Tints of Golden Sand #EAC771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.7%

R = 42.86%
G = 36.45%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EAC771 (or 0xEAC771) is known color: Golden Sand. HEX triplet: EA, C7 and 71. RGB value is (234,199,113). Sum of RGB (Red+Green+Blue) = 234+199+113=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 199 (78.12% from 255 or 36.45% from 546); Blue value is 113 (44.53% from 255 or 20.70% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC771 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC771 is #15388E. Grayscale: #C8C8C8. Windows color (decimal): -1390735 or 7456746. OLE color: 7456746.

HSL color Cylindrical-coordinate representation of color #EAC771: hue angle of 42.64º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EAC771 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 199 113 -
CMYK 0 0.15 0.52 0.08
HSL 42.64º 0.74% 0.68% -
HSV(B) 42.64º 0.52% 0.92% -
XYZ 57.34 59.53 24.09 -
YUV 199.66 79.1 152.49 -
System Red Green Blue C M Y K H S L
Decimal 234 199 113 0 0.15 0.52 0.08 42.64 0.74 0.68
Hex EA C7 71 0 F 34 8 2B 4A 44
Octal 352 307 161 0 17 64 10 53 112 104
Binary 11101010 11000111 1110001 0 1111 110100 1000 101011 1001010 1000100

Color Harmonies of #EAC771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC771

Black with #EAC771

Text Example


Text Example

White with #EAC771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC771; }

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

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

background-color css

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

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

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

border-color css

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

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

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