Html Css Color HEX #EAD361 Golden Sand

📋 copy color: '#EAD361'

red 234 ◦ green 211 ◦ blue 97

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

Shades of Golden Sand #EAD361

Tints of Golden Sand #EAD361

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.93%

 BLUE value IS 97 (38.28% from 255) = 17.9%

R = 43.17%
G = 38.93%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EAD361 (or 0xEAD361) is known color: Golden Sand. HEX triplet: EA, D3 and 61. RGB value is (234,211,97). Sum of RGB (Red+Green+Blue) = 234+211+97=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 211 (82.81% from 255 or 38.93% from 542); Blue value is 97 (38.28% from 255 or 17.90% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD361 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD361 is #152C9E. Grayscale: #CDCDCD. Windows color (decimal): -1387679 or 6411242. OLE color: 6411242.

HSL color Cylindrical-coordinate representation of color #EAD361: hue angle of 49.93º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EAD361 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 211 97 -
CMYK 0 0.10 0.59 0.08
HSL 49.93º 0.77% 0.65% -
HSV(B) 49.93º 0.59% 0.92% -
XYZ 59.38 64.94 20.71 -
YUV 204.88 67.12 148.77 -
System Red Green Blue C M Y K H S L
Decimal 234 211 97 0 0.10 0.59 0.08 49.93 0.77 0.65
Hex EA D3 61 0 A 3B 8 32 4D 41
Octal 352 323 141 0 12 73 10 62 115 101
Binary 11101010 11010011 1100001 0 1010 111011 1000 110010 1001101 1000001

Color Harmonies of #EAD361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD361

Black with #EAD361

Text Example


Text Example

White with #EAD361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD361; }

 p { color: rgb(234,211,97); }

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

background-color css

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

 a { background-color: rgb(234,211,97); }

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

border-color css

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

 span { border-color: rgb(234,211,97); }

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