Html Css Color HEX #EACA71 Golden Sand

📋 copy color: '#EACA71'

red 234 ◦ green 202 ◦ blue 113

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

Shades of Golden Sand #EACA71

Tints of Golden Sand #EACA71

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.79%

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

R = 42.62%
G = 36.79%
B = 20.58%

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

#EACA71 (or 0xEACA71) is known color: Golden Sand. HEX triplet: EA, CA and 71. RGB value is (234,202,113). Sum of RGB (Red+Green+Blue) = 234+202+113=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 113 (44.53% from 255 or 20.58% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACA71 is #15358E. Grayscale: #C9C9C9. Windows color (decimal): -1389967 or 7457514. OLE color: 7457514.

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

Color convert

RGB 234 202 113 -
CMYK 0 0.14 0.52 0.08
HSL 44.13º 0.74% 0.68% -
HSV(B) 44.13º 0.52% 0.92% -
XYZ 58.03 60.93 24.32 -
YUV 201.42 78.1 151.24 -
System Red Green Blue C M Y K H S L
Decimal 234 202 113 0 0.14 0.52 0.08 44.13 0.74 0.68
Hex EA CA 71 0 E 34 8 2C 4A 44
Octal 352 312 161 0 16 64 10 54 112 104
Binary 11101010 11001010 1110001 0 1110 110100 1000 101100 1001010 1000100

Color Harmonies of #EACA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACA71

Black with #EACA71

Text Example


Text Example

White with #EACA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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