Html Css Color HEX #EAC665 Golden Sand

📋 copy color: '#EAC665'

red 234 ◦ green 198 ◦ blue 101

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

Shades of Golden Sand #EAC665

Tints of Golden Sand #EAC665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.95%

R = 43.9%
G = 37.15%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EAC665 (or 0xEAC665) is known color: Golden Sand. HEX triplet: EA, C6 and 65. RGB value is (234,198,101). Sum of RGB (Red+Green+Blue) = 234+198+101=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 198 (77.73% from 255 or 37.15% from 533); Blue value is 101 (39.84% from 255 or 18.95% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC665 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC665 is #15399A. Grayscale: #C6C6C6. Windows color (decimal): -1391003 or 6670058. OLE color: 6670058.

HSL color Cylindrical-coordinate representation of color #EAC665: hue angle of 43.76º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EAC665 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 198 101 -
CMYK 0 0.15 0.57 0.08
HSL 43.76º 0.76% 0.66% -
HSV(B) 43.76º 0.57% 0.92% -
XYZ 56.47 58.82 20.69 -
YUV 197.71 73.43 153.89 -
System Red Green Blue C M Y K H S L
Decimal 234 198 101 0 0.15 0.57 0.08 43.76 0.76 0.66
Hex EA C6 65 0 F 39 8 2C 4C 42
Octal 352 306 145 0 17 71 10 54 114 102
Binary 11101010 11000110 1100101 0 1111 111001 1000 101100 1001100 1000010

Color Harmonies of #EAC665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC665

Black with #EAC665

Text Example


Text Example

White with #EAC665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC665; }

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

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

background-color css

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

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

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

border-color css

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

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

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