Html Css Color HEX #EAC266 Harvest Gold

📋 copy color: '#EAC266'

red 234 ◦ green 194 ◦ blue 102

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

Shades of Harvest Gold #EAC266

Tints of Harvest Gold #EAC266

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.6%

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

R = 44.15%
G = 36.6%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EAC266 (or 0xEAC266) is known color: Harvest Gold. HEX triplet: EA, C2 and 66. RGB value is (234,194,102). Sum of RGB (Red+Green+Blue) = 234+194+102=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 194 (76.17% from 255 or 36.60% from 530); Blue value is 102 (40.23% from 255 or 19.25% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC266 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC266 is #153D99. Grayscale: #C3C3C3. Windows color (decimal): -1392026 or 6734570. OLE color: 6734570.

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

Color convert

RGB 234 194 102 -
CMYK 0 0.17 0.56 0.08
HSL 41.82º 0.76% 0.66% -
HSV(B) 41.82º 0.56% 0.92% -
XYZ 55.62 57.04 20.65 -
YUV 195.47 75.25 155.48 -
System Red Green Blue C M Y K H S L
Decimal 234 194 102 0 0.17 0.56 0.08 41.82 0.76 0.66
Hex EA C2 66 0 11 38 8 2A 4C 42
Octal 352 302 146 0 21 70 10 52 114 102
Binary 11101010 11000010 1100110 0 10001 111000 1000 101010 1001100 1000010

Color Harmonies of #EAC266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC266

Black with #EAC266

Text Example


Text Example

White with #EAC266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC266; }

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

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

background-color css

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

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

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

border-color css

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

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

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