Html Css Color HEX #EACD61 Golden Sand

📋 copy color: '#EACD61'

red 234 ◦ green 205 ◦ blue 97

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

Shades of Golden Sand #EACD61

Tints of Golden Sand #EACD61

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.25%

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

R = 43.66%
G = 38.25%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EACD61 (or 0xEACD61) is known color: Golden Sand. HEX triplet: EA, CD and 61. RGB value is (234,205,97). Sum of RGB (Red+Green+Blue) = 234+205+97=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 97 (38.28% from 255 or 18.10% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACD61 is #15329E. Grayscale: #C9C9C9. Windows color (decimal): -1389215 or 6409706. OLE color: 6409706.

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

Color convert

RGB 234 205 97 -
CMYK 0 0.12 0.59 0.08
HSL 47.3º 0.77% 0.65% -
HSV(B) 47.3º 0.59% 0.92% -
XYZ 57.92 62.02 20.23 -
YUV 201.36 69.11 151.28 -
System Red Green Blue C M Y K H S L
Decimal 234 205 97 0 0.12 0.59 0.08 47.3 0.77 0.65
Hex EA CD 61 0 C 3B 8 2F 4D 41
Octal 352 315 141 0 14 73 10 57 115 101
Binary 11101010 11001101 1100001 0 1100 111011 1000 101111 1001101 1000001

Color Harmonies of #EACD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACD61

Black with #EACD61

Text Example


Text Example

White with #EACD61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACD61; }

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

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

background-color css

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

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

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

border-color css

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

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

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