Html Css Color HEX #EAB768 Harvest Gold

📋 copy color: '#EAB768'

red 234 ◦ green 183 ◦ blue 104

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

Shades of Harvest Gold #EAB768

Tints of Harvest Gold #EAB768

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.12%

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

R = 44.91%
G = 35.12%
B = 19.96%

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

#EAB768 (or 0xEAB768) is known color: Harvest Gold. HEX triplet: EA, B7 and 68. RGB value is (234,183,104). Sum of RGB (Red+Green+Blue) = 234+183+104=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 104 (41.02% from 255 or 19.96% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB768 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB768 is #154897. Grayscale: #BDBDBD. Windows color (decimal): -1394840 or 6862826. OLE color: 6862826.

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

Color convert

RGB 234 183 104 -
CMYK 0 0.22 0.56 0.08
HSL 36.46º 0.76% 0.66% -
HSV(B) 36.46º 0.56% 0.92% -
XYZ 53.36 52.36 20.39 -
YUV 189.24 79.9 159.92 -
System Red Green Blue C M Y K H S L
Decimal 234 183 104 0 0.22 0.56 0.08 36.46 0.76 0.66
Hex EA B7 68 0 16 38 8 24 4C 42
Octal 352 267 150 0 26 70 10 44 114 102
Binary 11101010 10110111 1101000 0 10110 111000 1000 100100 1001100 1000010

Color Harmonies of #EAB768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB768

Black with #EAB768

Text Example


Text Example

White with #EAB768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB768; }

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

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

background-color css

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

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

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

border-color css

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

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

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