Html Css Color HEX #EAC469 Golden Sand

📋 copy color: '#EAC469'

red 234 ◦ green 196 ◦ blue 105

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

Shades of Golden Sand #EAC469

Tints of Golden Sand #EAC469

RGB

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

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

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

R = 43.74%
G = 36.64%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EAC469 (or 0xEAC469) is known color: Golden Sand. HEX triplet: EA, C4 and 69. RGB value is (234,196,105). Sum of RGB (Red+Green+Blue) = 234+196+105=535 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.74% from 535); Green value is 196 (76.95% from 255 or 36.64% from 535); Blue value is 105 (41.41% from 255 or 19.63% from 535); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC469 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC469 is #153B96. Grayscale: #C5C5C5. Windows color (decimal): -1391511 or 6931690. OLE color: 6931690.

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

Color convert

RGB 234 196 105 -
CMYK 0 0.16 0.55 0.08
HSL 42.33º 0.75% 0.66% -
HSV(B) 42.33º 0.55% 0.92% -
XYZ 56.22 57.99 21.6 -
YUV 196.99 76.09 154.4 -
System Red Green Blue C M Y K H S L
Decimal 234 196 105 0 0.16 0.55 0.08 42.33 0.75 0.66
Hex EA C4 69 0 10 37 8 2A 4B 42
Octal 352 304 151 0 20 67 10 52 113 102
Binary 11101010 11000100 1101001 0 10000 110111 1000 101010 1001011 1000010

Color Harmonies of #EAC469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC469

Black with #EAC469

Text Example


Text Example

White with #EAC469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC469; }

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

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

background-color css

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

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

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

border-color css

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

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

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