Html Css Color HEX #EAD063 Golden Sand

📋 copy color: '#EAD063'

red 234 ◦ green 208 ◦ blue 99

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

Shades of Golden Sand #EAD063

Tints of Golden Sand #EAD063

RGB

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

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

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

R = 43.25%
G = 38.45%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EAD063 (or 0xEAD063) is known color: Golden Sand. HEX triplet: EA, D0 and 63. RGB value is (234,208,99). Sum of RGB (Red+Green+Blue) = 234+208+99=541 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.25% from 541); Green value is 208 (81.64% from 255 or 38.45% from 541); Blue value is 99 (39.06% from 255 or 18.30% from 541); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD063 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD063 is #152F9C. Grayscale: #CBCBCB. Windows color (decimal): -1388445 or 6541546. OLE color: 6541546.

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

Color convert

RGB 234 208 99 -
CMYK 0 0.11 0.58 0.08
HSL 48.44º 0.76% 0.65% -
HSV(B) 48.44º 0.58% 0.92% -
XYZ 58.74 63.51 20.97 -
YUV 203.35 69.11 149.86 -
System Red Green Blue C M Y K H S L
Decimal 234 208 99 0 0.11 0.58 0.08 48.44 0.76 0.65
Hex EA D0 63 0 B 3A 8 30 4C 41
Octal 352 320 143 0 13 72 10 60 114 101
Binary 11101010 11010000 1100011 0 1011 111010 1000 110000 1001100 1000001

Color Harmonies of #EAD063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD063

Black with #EAD063

Text Example


Text Example

White with #EAD063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD063; }

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

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

background-color css

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

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

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

border-color css

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

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

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