Html Css Color HEX #EAB669 Harvest Gold

📋 copy color: '#EAB669'

red 234 ◦ green 182 ◦ blue 105

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

Shades of Harvest Gold #EAB669

Tints of Harvest Gold #EAB669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 20.15%

R = 44.91%
G = 34.93%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EAB669 (or 0xEAB669) is known color: Harvest Gold. HEX triplet: EA, B6 and 69. RGB value is (234,182,105). Sum of RGB (Red+Green+Blue) = 234+182+105=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 105 (41.41% from 255 or 20.15% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB669 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB669 is #154996. Grayscale: #BDBDBD. Windows color (decimal): -1395095 or 6928106. OLE color: 6928106.

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

Color convert

RGB 234 182 105 -
CMYK 0 0.22 0.55 0.08
HSL 35.81º 0.75% 0.66% -
HSV(B) 35.81º 0.55% 0.92% -
XYZ 53.21 51.97 20.59 -
YUV 188.77 80.73 160.26 -
System Red Green Blue C M Y K H S L
Decimal 234 182 105 0 0.22 0.55 0.08 35.81 0.75 0.66
Hex EA B6 69 0 16 37 8 24 4B 42
Octal 352 266 151 0 26 67 10 44 113 102
Binary 11101010 10110110 1101001 0 10110 110111 1000 100100 1001011 1000010

Color Harmonies of #EAB669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB669

Black with #EAB669

Text Example


Text Example

White with #EAB669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB669; }

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

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

background-color css

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

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

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

border-color css

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

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

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