Html Css Color HEX #EAD16D Golden Sand

📋 copy color: '#EAD16D'

red 234 ◦ green 209 ◦ blue 109

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

Shades of Golden Sand #EAD16D

Tints of Golden Sand #EAD16D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.86%

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

R = 42.39%
G = 37.86%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EAD16D (or 0xEAD16D) is known color: Golden Sand. HEX triplet: EA, D1 and 6D. RGB value is (234,209,109). Sum of RGB (Red+Green+Blue) = 234+209+109=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 209 (82.03% from 255 or 37.86% from 552); Blue value is 109 (42.97% from 255 or 19.75% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD16D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD16D is #152E92. Grayscale: #CDCDCD. Windows color (decimal): -1388179 or 7197162. OLE color: 7197162.

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

Color convert

RGB 234 209 109 -
CMYK 0 0.11 0.53 0.08
HSL 48º 0.75% 0.67% -
HSV(B) 48º 0.53% 0.92% -
XYZ 59.49 64.2 23.72 -
YUV 205.08 73.78 148.63 -
System Red Green Blue C M Y K H S L
Decimal 234 209 109 0 0.11 0.53 0.08 48 0.75 0.67
Hex EA D1 6D 0 B 35 8 30 4B 43
Octal 352 321 155 0 13 65 10 60 113 103
Binary 11101010 11010001 1101101 0 1011 110101 1000 110000 1001011 1000011

Color Harmonies of #EAD16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD16D

Black with #EAD16D

Text Example


Text Example

White with #EAD16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD16D; }

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

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

background-color css

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

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

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

border-color css

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

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

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