Html Css Color HEX #EAC46D Golden Sand

📋 copy color: '#EAC46D'

red 234 ◦ green 196 ◦ blue 109

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

Shades of Golden Sand #EAC46D

Tints of Golden Sand #EAC46D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.22%

R = 43.41%
G = 36.36%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EAC46D (or 0xEAC46D) is known color: Golden Sand. HEX triplet: EA, C4 and 6D. RGB value is (234,196,109). Sum of RGB (Red+Green+Blue) = 234+196+109=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 196 (76.95% from 255 or 36.36% from 539); Blue value is 109 (42.97% from 255 or 20.22% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC46D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC46D is #153B92. Grayscale: #C5C5C5. Windows color (decimal): -1391507 or 7193834. OLE color: 7193834.

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

Color convert

RGB 234 196 109 -
CMYK 0 0.16 0.53 0.08
HSL 41.76º 0.75% 0.67% -
HSV(B) 41.76º 0.53% 0.92% -
XYZ 56.43 58.08 22.7 -
YUV 197.44 78.09 154.07 -
System Red Green Blue C M Y K H S L
Decimal 234 196 109 0 0.16 0.53 0.08 41.76 0.75 0.67
Hex EA C4 6D 0 10 35 8 2A 4B 43
Octal 352 304 155 0 20 65 10 52 113 103
Binary 11101010 11000100 1101101 0 10000 110101 1000 101010 1001011 1000011

Color Harmonies of #EAC46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC46D

Black with #EAC46D

Text Example


Text Example

White with #EAC46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC46D; }

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

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

background-color css

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

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

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

border-color css

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

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

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