Html Css Color HEX #EAD46D Golden Sand

📋 copy color: '#EAD46D'

red 234 ◦ green 212 ◦ blue 109

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

Shades of Golden Sand #EAD46D

Tints of Golden Sand #EAD46D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.2%

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

R = 42.16%
G = 38.2%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EAD46D (or 0xEAD46D) is known color: Golden Sand. HEX triplet: EA, D4 and 6D. RGB value is (234,212,109). Sum of RGB (Red+Green+Blue) = 234+212+109=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 212 (83.20% from 255 or 38.20% from 555); Blue value is 109 (42.97% from 255 or 19.64% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD46D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD46D is #152B92. Grayscale: #CFCFCF. Windows color (decimal): -1387411 or 7197930. OLE color: 7197930.

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

Color convert

RGB 234 212 109 -
CMYK 0 0.09 0.53 0.08
HSL 49.44º 0.75% 0.67% -
HSV(B) 49.44º 0.53% 0.92% -
XYZ 60.24 65.68 23.97 -
YUV 206.84 72.79 147.38 -
System Red Green Blue C M Y K H S L
Decimal 234 212 109 0 0.09 0.53 0.08 49.44 0.75 0.67
Hex EA D4 6D 0 9 35 8 31 4B 43
Octal 352 324 155 0 11 65 10 61 113 103
Binary 11101010 11010100 1101101 0 1001 110101 1000 110001 1001011 1000011

Color Harmonies of #EAD46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD46D

Black with #EAD46D

Text Example


Text Example

White with #EAD46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD46D; }

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

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

background-color css

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

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

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

border-color css

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

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

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