Html Css Color HEX #EAC971 Golden Sand

📋 copy color: '#EAC971'

red 234 ◦ green 201 ◦ blue 113

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

Shades of Golden Sand #EAC971

Tints of Golden Sand #EAC971

RGB

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

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

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

R = 42.7%
G = 36.68%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EAC971 (or 0xEAC971) is known color: Golden Sand. HEX triplet: EA, C9 and 71. RGB value is (234,201,113). Sum of RGB (Red+Green+Blue) = 234+201+113=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 201 (78.91% from 255 or 36.68% from 548); Blue value is 113 (44.53% from 255 or 20.62% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC971 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC971 is #15368E. Grayscale: #C9C9C9. Windows color (decimal): -1390223 or 7457258. OLE color: 7457258.

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

Color convert

RGB 234 201 113 -
CMYK 0 0.14 0.52 0.08
HSL 43.64º 0.74% 0.68% -
HSV(B) 43.64º 0.52% 0.92% -
XYZ 57.8 60.46 24.25 -
YUV 200.84 78.43 151.66 -
System Red Green Blue C M Y K H S L
Decimal 234 201 113 0 0.14 0.52 0.08 43.64 0.74 0.68
Hex EA C9 71 0 E 34 8 2C 4A 44
Octal 352 311 161 0 16 64 10 54 112 104
Binary 11101010 11001001 1110001 0 1110 110100 1000 101100 1001010 1000100

Color Harmonies of #EAC971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC971

Black with #EAC971

Text Example


Text Example

White with #EAC971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC971; }

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

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

background-color css

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

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

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

border-color css

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

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

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