Html Css Color HEX #EACC66 Golden Sand

📋 copy color: '#EACC66'

red 234 ◦ green 204 ◦ blue 102

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

Shades of Golden Sand #EACC66

Tints of Golden Sand #EACC66

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.78%

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

R = 43.33%
G = 37.78%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EACC66 (or 0xEACC66) is known color: Golden Sand. HEX triplet: EA, CC and 66. RGB value is (234,204,102). Sum of RGB (Red+Green+Blue) = 234+204+102=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 102 (40.23% from 255 or 18.89% from 540); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACC66 is #153399. Grayscale: #C9C9C9. Windows color (decimal): -1389466 or 6737130. OLE color: 6737130.

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

Color convert

RGB 234 204 102 -
CMYK 0 0.13 0.56 0.08
HSL 46.36º 0.76% 0.66% -
HSV(B) 46.36º 0.56% 0.92% -
XYZ 57.92 61.64 21.41 -
YUV 201.34 71.94 151.29 -
System Red Green Blue C M Y K H S L
Decimal 234 204 102 0 0.13 0.56 0.08 46.36 0.76 0.66
Hex EA CC 66 0 D 38 8 2E 4C 42
Octal 352 314 146 0 15 70 10 56 114 102
Binary 11101010 11001100 1100110 0 1101 111000 1000 101110 1001100 1000010

Color Harmonies of #EACC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACC66

Black with #EACC66

Text Example


Text Example

White with #EACC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACC66; }

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

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

background-color css

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

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

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

border-color css

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

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

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