Html Css Color HEX #EACD6C Golden Sand

📋 copy color: '#EACD6C'

red 234 ◦ green 205 ◦ blue 108

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

Shades of Golden Sand #EACD6C

Tints of Golden Sand #EACD6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.74%

R = 42.78%
G = 37.48%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EACD6C (or 0xEACD6C) is known color: Golden Sand. HEX triplet: EA, CD and 6C. RGB value is (234,205,108). Sum of RGB (Red+Green+Blue) = 234+205+108=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 108 (42.58% from 255 or 19.74% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACD6C is #153293. Grayscale: #CBCBCB. Windows color (decimal): -1389204 or 7130602. OLE color: 7130602.

HSL color Cylindrical-coordinate representation of color #EACD6C: hue angle of 46.19º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EACD6C is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 205 108 -
CMYK 0 0.12 0.54 0.08
HSL 46.19º 0.75% 0.67% -
HSV(B) 46.19º 0.54% 0.92% -
XYZ 58.47 62.24 23.12 -
YUV 202.61 74.61 150.39 -
System Red Green Blue C M Y K H S L
Decimal 234 205 108 0 0.12 0.54 0.08 46.19 0.75 0.67
Hex EA CD 6C 0 C 36 8 2E 4B 43
Octal 352 315 154 0 14 66 10 56 113 103
Binary 11101010 11001101 1101100 0 1100 110110 1000 101110 1001011 1000011

Color Harmonies of #EACD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACD6C

Black with #EACD6C

Text Example


Text Example

White with #EACD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACD6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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