Html Css Color HEX #EAD06D Golden Sand

📋 copy color: '#EAD06D'

red 234 ◦ green 208 ◦ blue 109

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

Shades of Golden Sand #EAD06D

Tints of Golden Sand #EAD06D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.75%

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

R = 42.47%
G = 37.75%
B = 19.78%

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

#EAD06D (or 0xEAD06D) is known color: Golden Sand. HEX triplet: EA, D0 and 6D. RGB value is (234,208,109). Sum of RGB (Red+Green+Blue) = 234+208+109=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 208 (81.64% from 255 or 37.75% from 551); Blue value is 109 (42.97% from 255 or 19.78% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD06D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD06D is #152F92. Grayscale: #CCCCCC. Windows color (decimal): -1388435 or 7196906. OLE color: 7196906.

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

Color convert

RGB 234 208 109 -
CMYK 0 0.11 0.53 0.08
HSL 47.52º 0.75% 0.67% -
HSV(B) 47.52º 0.53% 0.92% -
XYZ 59.25 63.71 23.64 -
YUV 204.49 74.11 149.05 -
System Red Green Blue C M Y K H S L
Decimal 234 208 109 0 0.11 0.53 0.08 47.52 0.75 0.67
Hex EA D0 6D 0 B 35 8 30 4B 43
Octal 352 320 155 0 13 65 10 60 113 103
Binary 11101010 11010000 1101101 0 1011 110101 1000 110000 1001011 1000011

Color Harmonies of #EAD06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD06D

Black with #EAD06D

Text Example


Text Example

White with #EAD06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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