Html Css Color HEX #EAC563 Golden Sand

📋 copy color: '#EAC563'

red 234 ◦ green 197 ◦ blue 99

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

Shades of Golden Sand #EAC563

Tints of Golden Sand #EAC563

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.17%

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

R = 44.15%
G = 37.17%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EAC563 (or 0xEAC563) is known color: Golden Sand. HEX triplet: EA, C5 and 63. RGB value is (234,197,99). Sum of RGB (Red+Green+Blue) = 234+197+99=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 197 (77.34% from 255 or 37.17% from 530); Blue value is 99 (39.06% from 255 or 18.68% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC563 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC563 is #153A9C. Grayscale: #C5C5C5. Windows color (decimal): -1391261 or 6538730. OLE color: 6538730.

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

Color convert

RGB 234 197 99 -
CMYK 0 0.16 0.58 0.08
HSL 43.56º 0.76% 0.65% -
HSV(B) 43.56º 0.58% 0.92% -
XYZ 56.15 58.33 20.1 -
YUV 196.89 72.76 154.47 -
System Red Green Blue C M Y K H S L
Decimal 234 197 99 0 0.16 0.58 0.08 43.56 0.76 0.65
Hex EA C5 63 0 10 3A 8 2C 4C 41
Octal 352 305 143 0 20 72 10 54 114 101
Binary 11101010 11000101 1100011 0 10000 111010 1000 101100 1001100 1000001

Color Harmonies of #EAC563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC563

Black with #EAC563

Text Example


Text Example

White with #EAC563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC563; }

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

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

background-color css

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

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

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

border-color css

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

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

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