Html Css Color HEX #EAB474 Harvest Gold

📋 copy color: '#EAB474'

red 234 ◦ green 180 ◦ blue 116

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

Shades of Harvest Gold #EAB474

Tints of Harvest Gold #EAB474

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.96%

 BLUE value IS 116 (45.7% from 255) = 21.89%

R = 44.15%
G = 33.96%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EAB474 (or 0xEAB474) is known color: Harvest Gold. HEX triplet: EA, B4 and 74. RGB value is (234,180,116). Sum of RGB (Red+Green+Blue) = 234+180+116=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 180 (70.70% from 255 or 33.96% from 530); Blue value is 116 (45.70% from 255 or 21.89% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB474 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB474 is #154B8B. Grayscale: #BDBDBD. Windows color (decimal): -1395596 or 7648490. OLE color: 7648490.

HSL color Cylindrical-coordinate representation of color #EAB474: hue angle of 32.54º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EAB474 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 180 116 -
CMYK 0 0.23 0.50 0.08
HSL 32.54º 0.74% 0.69% -
HSV(B) 32.54º 0.5% 0.92% -
XYZ 53.41 51.4 23.63 -
YUV 188.85 86.89 160.2 -
System Red Green Blue C M Y K H S L
Decimal 234 180 116 0 0.23 0.50 0.08 32.54 0.74 0.69
Hex EA B4 74 0 17 32 8 21 4A 45
Octal 352 264 164 0 27 62 10 41 112 105
Binary 11101010 10110100 1110100 0 10111 110010 1000 100001 1001010 1000101

Color Harmonies of #EAB474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB474

Black with #EAB474

Text Example


Text Example

White with #EAB474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB474; }

 p { color: rgb(234,180,116); }

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

background-color css

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

 a { background-color: rgb(234,180,116); }

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

border-color css

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

 span { border-color: rgb(234,180,116); }

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