Html Css Color HEX #EAC666 Golden Sand

📋 copy color: '#EAC666'

red 234 ◦ green 198 ◦ blue 102

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

Shades of Golden Sand #EAC666

Tints of Golden Sand #EAC666

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.08%

 BLUE value IS 102 (40.23% from 255) = 19.1%

R = 43.82%
G = 37.08%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EAC666 (or 0xEAC666) is known color: Golden Sand. HEX triplet: EA, C6 and 66. RGB value is (234,198,102). Sum of RGB (Red+Green+Blue) = 234+198+102=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 198 (77.73% from 255 or 37.08% from 534); Blue value is 102 (40.23% from 255 or 19.10% from 534); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC666 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC666 is #153999. Grayscale: #C6C6C6. Windows color (decimal): -1391002 or 6735594. OLE color: 6735594.

HSL color Cylindrical-coordinate representation of color #EAC666: hue angle of 43.64º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EAC666 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 198 102 -
CMYK 0 0.15 0.56 0.08
HSL 43.64º 0.76% 0.66% -
HSV(B) 43.64º 0.56% 0.92% -
XYZ 56.52 58.84 20.95 -
YUV 197.82 73.93 153.81 -
System Red Green Blue C M Y K H S L
Decimal 234 198 102 0 0.15 0.56 0.08 43.64 0.76 0.66
Hex EA C6 66 0 F 38 8 2C 4C 42
Octal 352 306 146 0 17 70 10 54 114 102
Binary 11101010 11000110 1100110 0 1111 111000 1000 101100 1001100 1000010

Color Harmonies of #EAC666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC666

Black with #EAC666

Text Example


Text Example

White with #EAC666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC666; }

 p { color: rgb(234,198,102); }

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

background-color css

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

 a { background-color: rgb(234,198,102); }

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

border-color css

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

 span { border-color: rgb(234,198,102); }

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