Html Css Color HEX #EAC562 Golden Sand

📋 copy color: '#EAC562'

red 234 ◦ green 197 ◦ blue 98

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

Shades of Golden Sand #EAC562

Tints of Golden Sand #EAC562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.53%

R = 44.23%
G = 37.24%
B = 18.53%

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

#EAC562 (or 0xEAC562) is known color: Golden Sand. HEX triplet: EA, C5 and 62. RGB value is (234,197,98). Sum of RGB (Red+Green+Blue) = 234+197+98=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 197 (77.34% from 255 or 37.24% from 529); Blue value is 98 (38.67% from 255 or 18.53% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC562 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC562 is #153A9D. Grayscale: #C5C5C5. Windows color (decimal): -1391262 or 6473194. OLE color: 6473194.

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

Color convert

RGB 234 197 98 -
CMYK 0 0.16 0.58 0.08
HSL 43.68º 0.76% 0.65% -
HSV(B) 43.68º 0.58% 0.92% -
XYZ 56.1 58.31 19.85 -
YUV 196.78 72.26 154.55 -
System Red Green Blue C M Y K H S L
Decimal 234 197 98 0 0.16 0.58 0.08 43.68 0.76 0.65
Hex EA C5 62 0 10 3A 8 2C 4C 41
Octal 352 305 142 0 20 72 10 54 114 101
Binary 11101010 11000101 1100010 0 10000 111010 1000 101100 1001100 1000001

Color Harmonies of #EAC562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC562

Black with #EAC562

Text Example


Text Example

White with #EAC562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC562; }

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

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

background-color css

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

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

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

border-color css

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

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

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