Html Css Color HEX #EAC65E Golden Sand

📋 copy color: '#EAC65E'

red 234 ◦ green 198 ◦ blue 94

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

Shades of Golden Sand #EAC65E

Tints of Golden Sand #EAC65E

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.64%

 BLUE value IS 94 (37.11% from 255) = 17.87%

R = 44.49%
G = 37.64%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EAC65E (or 0xEAC65E) is known color: Golden Sand. HEX triplet: EA, C6 and 5E. RGB value is (234,198,94). Sum of RGB (Red+Green+Blue) = 234+198+94=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 198 (77.73% from 255 or 37.64% from 526); Blue value is 94 (37.11% from 255 or 17.87% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC65E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC65E is #1539A1. Grayscale: #C5C5C5. Windows color (decimal): -1391010 or 6211306. OLE color: 6211306.

HSL color Cylindrical-coordinate representation of color #EAC65E: hue angle of 44.57º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EAC65E is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 198 94 -
CMYK 0 0.15 0.60 0.08
HSL 44.57º 0.77% 0.64% -
HSV(B) 44.57º 0.6% 0.92% -
XYZ 56.15 58.69 18.96 -
YUV 196.91 69.93 154.46 -
System Red Green Blue C M Y K H S L
Decimal 234 198 94 0 0.15 0.60 0.08 44.57 0.77 0.64
Hex EA C6 5E 0 F 3C 8 2D 4D 40
Octal 352 306 136 0 17 74 10 55 115 100
Binary 11101010 11000110 1011110 0 1111 111100 1000 101101 1001101 1000000

Color Harmonies of #EAC65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC65E

Black with #EAC65E

Text Example


Text Example

White with #EAC65E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC65E; }

 p { color: rgb(234,198,94); }

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

background-color css

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

 a { background-color: rgb(234,198,94); }

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

border-color css

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

 span { border-color: rgb(234,198,94); }

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