Html Css Color HEX #EACA62 Golden Sand

📋 copy color: '#EACA62'

red 234 ◦ green 202 ◦ blue 98

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

Shades of Golden Sand #EACA62

Tints of Golden Sand #EACA62

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.83%

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

R = 43.82%
G = 37.83%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EACA62 (or 0xEACA62) is known color: Golden Sand. HEX triplet: EA, CA and 62. RGB value is (234,202,98). Sum of RGB (Red+Green+Blue) = 234+202+98=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 98 (38.67% from 255 or 18.35% from 534); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACA62 is #15359D. Grayscale: #C8C8C8. Windows color (decimal): -1389982 or 6474474. OLE color: 6474474.

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

Color convert

RGB 234 202 98 -
CMYK 0 0.14 0.58 0.08
HSL 45.88º 0.76% 0.65% -
HSV(B) 45.88º 0.58% 0.92% -
XYZ 57.26 60.62 20.24 -
YUV 199.71 70.6 152.46 -
System Red Green Blue C M Y K H S L
Decimal 234 202 98 0 0.14 0.58 0.08 45.88 0.76 0.65
Hex EA CA 62 0 E 3A 8 2E 4C 41
Octal 352 312 142 0 16 72 10 56 114 101
Binary 11101010 11001010 1100010 0 1110 111010 1000 101110 1001100 1000001

Color Harmonies of #EACA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACA62

Black with #EACA62

Text Example


Text Example

White with #EACA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACA62; }

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

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

background-color css

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

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

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

border-color css

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

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

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