Html Css Color HEX #EAB467 Harvest Gold

📋 copy color: '#EAB467'

red 234 ◦ green 180 ◦ blue 103

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

Shades of Harvest Gold #EAB467

Tints of Harvest Gold #EAB467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 19.92%

R = 45.26%
G = 34.82%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EAB467 (or 0xEAB467) is known color: Harvest Gold. HEX triplet: EA, B4 and 67. RGB value is (234,180,103). Sum of RGB (Red+Green+Blue) = 234+180+103=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 103 (40.62% from 255 or 19.92% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB467 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB467 is #154B98. Grayscale: #BBBBBB. Windows color (decimal): -1395609 or 6796522. OLE color: 6796522.

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

Color convert

RGB 234 180 103 -
CMYK 0 0.23 0.56 0.08
HSL 35.27º 0.76% 0.66% -
HSV(B) 35.27º 0.56% 0.92% -
XYZ 52.7 51.11 19.92 -
YUV 187.37 80.39 161.26 -
System Red Green Blue C M Y K H S L
Decimal 234 180 103 0 0.23 0.56 0.08 35.27 0.76 0.66
Hex EA B4 67 0 17 38 8 23 4C 42
Octal 352 264 147 0 27 70 10 43 114 102
Binary 11101010 10110100 1100111 0 10111 111000 1000 100011 1001100 1000010

Color Harmonies of #EAB467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB467

Black with #EAB467

Text Example


Text Example

White with #EAB467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB467; }

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

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

background-color css

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

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

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

border-color css

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

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

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