Html Css Color HEX #EAB666 Harvest Gold

📋 copy color: '#EAB666'

red 234 ◦ green 182 ◦ blue 102

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

Shades of Harvest Gold #EAB666

Tints of Harvest Gold #EAB666

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.14%

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

R = 45.17%
G = 35.14%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EAB666 (or 0xEAB666) is known color: Harvest Gold. HEX triplet: EA, B6 and 66. RGB value is (234,182,102). Sum of RGB (Red+Green+Blue) = 234+182+102=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 182 (71.48% from 255 or 35.14% from 518); Blue value is 102 (40.23% from 255 or 19.69% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB666 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB666 is #154999. Grayscale: #BCBCBC. Windows color (decimal): -1395098 or 6731498. OLE color: 6731498.

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

Color convert

RGB 234 182 102 -
CMYK 0 0.22 0.56 0.08
HSL 36.36º 0.76% 0.66% -
HSV(B) 36.36º 0.56% 0.92% -
XYZ 53.06 51.91 19.79 -
YUV 188.43 79.23 160.5 -
System Red Green Blue C M Y K H S L
Decimal 234 182 102 0 0.22 0.56 0.08 36.36 0.76 0.66
Hex EA B6 66 0 16 38 8 24 4C 42
Octal 352 266 146 0 26 70 10 44 114 102
Binary 11101010 10110110 1100110 0 10110 111000 1000 100100 1001100 1000010

Color Harmonies of #EAB666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB666

Black with #EAB666

Text Example


Text Example

White with #EAB666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB666; }

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

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

background-color css

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

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

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

border-color css

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

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

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