Html Css Color HEX #EAC468 Golden Sand

📋 copy color: '#EAC468'

red 234 ◦ green 196 ◦ blue 104

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

Shades of Golden Sand #EAC468

Tints of Golden Sand #EAC468

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.7%

 BLUE value IS 104 (41.02% from 255) = 19.48%

R = 43.82%
G = 36.7%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EAC468 (or 0xEAC468) is known color: Golden Sand. HEX triplet: EA, C4 and 68. RGB value is (234,196,104). Sum of RGB (Red+Green+Blue) = 234+196+104=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 196 (76.95% from 255 or 36.70% from 534); Blue value is 104 (41.02% from 255 or 19.48% from 534); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC468 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC468 is #153B97. Grayscale: #C5C5C5. Windows color (decimal): -1391512 or 6866154. OLE color: 6866154.

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

Color convert

RGB 234 196 104 -
CMYK 0 0.16 0.56 0.08
HSL 42.46º 0.76% 0.66% -
HSV(B) 42.46º 0.56% 0.92% -
XYZ 56.17 57.97 21.33 -
YUV 196.87 75.59 154.48 -
System Red Green Blue C M Y K H S L
Decimal 234 196 104 0 0.16 0.56 0.08 42.46 0.76 0.66
Hex EA C4 68 0 10 38 8 2A 4C 42
Octal 352 304 150 0 20 70 10 52 114 102
Binary 11101010 11000100 1101000 0 10000 111000 1000 101010 1001100 1000010

Color Harmonies of #EAC468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC468

Black with #EAC468

Text Example


Text Example

White with #EAC468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC468; }

 p { color: rgb(234,196,104); }

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

background-color css

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

 a { background-color: rgb(234,196,104); }

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

border-color css

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

 span { border-color: rgb(234,196,104); }

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