Html Css Color HEX #EAAB68 Harvest Gold

📋 copy color: '#EAAB68'

red 234 ◦ green 171 ◦ blue 104

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

Shades of Harvest Gold #EAAB68

Tints of Harvest Gold #EAAB68

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.6%

 BLUE value IS 104 (41.02% from 255) = 20.43%

R = 45.97%
G = 33.6%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EAAB68 (or 0xEAAB68) is known color: Harvest Gold. HEX triplet: EA, AB and 68. RGB value is (234,171,104). Sum of RGB (Red+Green+Blue) = 234+171+104=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 104 (41.02% from 255 or 20.43% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAB68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAB68 is #155497. Grayscale: #B6B6B6. Windows color (decimal): -1397912 or 6859754. OLE color: 6859754.

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

Color convert

RGB 234 171 104 -
CMYK 0 0.27 0.56 0.08
HSL 30.92º 0.76% 0.66% -
HSV(B) 30.92º 0.56% 0.92% -
XYZ 50.99 47.62 19.6 -
YUV 182.2 83.87 164.95 -
System Red Green Blue C M Y K H S L
Decimal 234 171 104 0 0.27 0.56 0.08 30.92 0.76 0.66
Hex EA AB 68 0 1B 38 8 1F 4C 42
Octal 352 253 150 0 33 70 10 37 114 102
Binary 11101010 10101011 1101000 0 11011 111000 1000 11111 1001100 1000010

Color Harmonies of #EAAB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAB68

Black with #EAAB68

Text Example


Text Example

White with #EAAB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAB68; }

 p { color: rgb(234,171,104); }

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

background-color css

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

 a { background-color: rgb(234,171,104); }

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

border-color css

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

 span { border-color: rgb(234,171,104); }

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