Html Css Color HEX #EACE71 Golden Sand

📋 copy color: '#EACE71'

red 234 ◦ green 206 ◦ blue 113

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

Shades of Golden Sand #EACE71

Tints of Golden Sand #EACE71

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.25%

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

R = 42.31%
G = 37.25%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EACE71 (or 0xEACE71) is known color: Golden Sand. HEX triplet: EA, CE and 71. RGB value is (234,206,113). Sum of RGB (Red+Green+Blue) = 234+206+113=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 113 (44.53% from 255 or 20.43% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACE71 is #15318E. Grayscale: #CCCCCC. Windows color (decimal): -1388943 or 7458538. OLE color: 7458538.

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

Color convert

RGB 234 206 113 -
CMYK 0 0.12 0.52 0.08
HSL 46.12º 0.74% 0.68% -
HSV(B) 46.12º 0.52% 0.92% -
XYZ 58.98 62.83 24.64 -
YUV 203.77 76.78 149.56 -
System Red Green Blue C M Y K H S L
Decimal 234 206 113 0 0.12 0.52 0.08 46.12 0.74 0.68
Hex EA CE 71 0 C 34 8 2E 4A 44
Octal 352 316 161 0 14 64 10 56 112 104
Binary 11101010 11001110 1110001 0 1100 110100 1000 101110 1001010 1000100

Color Harmonies of #EACE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACE71

Black with #EACE71

Text Example


Text Example

White with #EACE71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACE71; }

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

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

background-color css

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

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

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

border-color css

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

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

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