Html Css Color HEX #EAD963 Golden Sand

📋 copy color: '#EAD963'

red 234 ◦ green 217 ◦ blue 99

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

Shades of Golden Sand #EAD963

Tints of Golden Sand #EAD963

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.45%

 BLUE value IS 99 (39.06% from 255) = 18%

R = 42.55%
G = 39.45%
B = 18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EAD963 (or 0xEAD963) is known color: Golden Sand. HEX triplet: EA, D9 and 63. RGB value is (234,217,99). Sum of RGB (Red+Green+Blue) = 234+217+99=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 217 (85.16% from 255 or 39.45% from 550); Blue value is 99 (39.06% from 255 or 18% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD963 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD963 is #15269C. Grayscale: #D1D1D1. Windows color (decimal): -1386141 or 6543850. OLE color: 6543850.

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

Color convert

RGB 234 217 99 -
CMYK 0 0.07 0.58 0.08
HSL 52.44º 0.76% 0.65% -
HSV(B) 52.44º 0.58% 0.92% -
XYZ 61 68.02 21.72 -
YUV 208.63 66.13 146.09 -
System Red Green Blue C M Y K H S L
Decimal 234 217 99 0 0.07 0.58 0.08 52.44 0.76 0.65
Hex EA D9 63 0 7 3A 8 34 4C 41
Octal 352 331 143 0 7 72 10 64 114 101
Binary 11101010 11011001 1100011 0 111 111010 1000 110100 1001100 1000001

Color Harmonies of #EAD963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD963

Black with #EAD963

Text Example


Text Example

White with #EAD963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD963; }

 p { color: rgb(234,217,99); }

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

background-color css

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

 a { background-color: rgb(234,217,99); }

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

border-color css

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

 span { border-color: rgb(234,217,99); }

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