Html Css Color HEX #EAC166 Harvest Gold

📋 copy color: '#EAC166'

red 234 ◦ green 193 ◦ blue 102

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

Shades of Harvest Gold #EAC166

Tints of Harvest Gold #EAC166

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.48%

 BLUE value IS 102 (40.23% from 255) = 19.28%

R = 44.23%
G = 36.48%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EAC166 (or 0xEAC166) is known color: Harvest Gold. HEX triplet: EA, C1 and 66. RGB value is (234,193,102). Sum of RGB (Red+Green+Blue) = 234+193+102=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 193 (75.78% from 255 or 36.48% from 529); Blue value is 102 (40.23% from 255 or 19.28% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC166 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC166 is #153E99. Grayscale: #C3C3C3. Windows color (decimal): -1392282 or 6734314. OLE color: 6734314.

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

Color convert

RGB 234 193 102 -
CMYK 0 0.18 0.56 0.08
HSL 41.36º 0.76% 0.66% -
HSV(B) 41.36º 0.56% 0.92% -
XYZ 55.4 56.59 20.57 -
YUV 194.89 75.58 155.9 -
System Red Green Blue C M Y K H S L
Decimal 234 193 102 0 0.18 0.56 0.08 41.36 0.76 0.66
Hex EA C1 66 0 12 38 8 29 4C 42
Octal 352 301 146 0 22 70 10 51 114 102
Binary 11101010 11000001 1100110 0 10010 111000 1000 101001 1001100 1000010

Color Harmonies of #EAC166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC166

Black with #EAC166

Text Example


Text Example

White with #EAC166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC166; }

 p { color: rgb(234,193,102); }

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

background-color css

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

 a { background-color: rgb(234,193,102); }

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

border-color css

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

 span { border-color: rgb(234,193,102); }

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