Html Css Color HEX #EACE62 Golden Sand

📋 copy color: '#EACE62'

red 234 ◦ green 206 ◦ blue 98

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

Shades of Golden Sand #EACE62

Tints of Golden Sand #EACE62

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.29%

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

R = 43.49%
G = 38.29%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EACE62 (or 0xEACE62) is known color: Golden Sand. HEX triplet: EA, CE and 62. RGB value is (234,206,98). Sum of RGB (Red+Green+Blue) = 234+206+98=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 98 (38.67% from 255 or 18.22% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACE62 is #15319D. Grayscale: #CACACA. Windows color (decimal): -1388958 or 6475498. OLE color: 6475498.

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

Color convert

RGB 234 206 98 -
CMYK 0 0.12 0.58 0.08
HSL 47.65º 0.76% 0.65% -
HSV(B) 47.65º 0.58% 0.92% -
XYZ 58.21 62.52 20.55 -
YUV 202.06 69.28 150.78 -
System Red Green Blue C M Y K H S L
Decimal 234 206 98 0 0.12 0.58 0.08 47.65 0.76 0.65
Hex EA CE 62 0 C 3A 8 30 4C 41
Octal 352 316 142 0 14 72 10 60 114 101
Binary 11101010 11001110 1100010 0 1100 111010 1000 110000 1001100 1000001

Color Harmonies of #EACE62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACE62

Black with #EACE62

Text Example


Text Example

White with #EACE62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACE62; }

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

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

background-color css

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

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

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

border-color css

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

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

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