Html Css Color HEX #EAC669 Golden Sand

📋 copy color: '#EAC669'

red 234 ◦ green 198 ◦ blue 105

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

Shades of Golden Sand #EAC669

Tints of Golden Sand #EAC669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.55%

R = 43.58%
G = 36.87%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EAC669 (or 0xEAC669) is known color: Golden Sand. HEX triplet: EA, C6 and 69. RGB value is (234,198,105). Sum of RGB (Red+Green+Blue) = 234+198+105=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 105 (41.41% from 255 or 19.55% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC669 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC669 is #153996. Grayscale: #C6C6C6. Windows color (decimal): -1390999 or 6932202. OLE color: 6932202.

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

Color convert

RGB 234 198 105 -
CMYK 0 0.15 0.55 0.08
HSL 43.26º 0.75% 0.66% -
HSV(B) 43.26º 0.55% 0.92% -
XYZ 56.68 58.9 21.75 -
YUV 198.16 75.43 153.56 -
System Red Green Blue C M Y K H S L
Decimal 234 198 105 0 0.15 0.55 0.08 43.26 0.75 0.66
Hex EA C6 69 0 F 37 8 2B 4B 42
Octal 352 306 151 0 17 67 10 53 113 102
Binary 11101010 11000110 1101001 0 1111 110111 1000 101011 1001011 1000010

Color Harmonies of #EAC669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC669

Black with #EAC669

Text Example


Text Example

White with #EAC669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC669; }

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

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

background-color css

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

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

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

border-color css

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

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

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