Html Css Color HEX #EABD6A Harvest Gold

📋 copy color: '#EABD6A'

red 234 ◦ green 189 ◦ blue 106

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

Shades of Harvest Gold #EABD6A

Tints of Harvest Gold #EABD6A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.73%

 BLUE value IS 106 (41.8% from 255) = 20.04%

R = 44.23%
G = 35.73%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EABD6A (or 0xEABD6A) is known color: Harvest Gold. HEX triplet: EA, BD and 6A. RGB value is (234,189,106). Sum of RGB (Red+Green+Blue) = 234+189+106=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 106 (41.80% from 255 or 20.04% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABD6A is #154295. Grayscale: #C1C1C1. Windows color (decimal): -1393302 or 6995434. OLE color: 6995434.

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

Color convert

RGB 234 189 106 -
CMYK 0 0.19 0.55 0.08
HSL 38.91º 0.75% 0.67% -
HSV(B) 38.91º 0.55% 0.92% -
XYZ 54.73 54.93 21.35 -
YUV 192.99 78.91 157.25 -
System Red Green Blue C M Y K H S L
Decimal 234 189 106 0 0.19 0.55 0.08 38.91 0.75 0.67
Hex EA BD 6A 0 13 37 8 27 4B 43
Octal 352 275 152 0 23 67 10 47 113 103
Binary 11101010 10111101 1101010 0 10011 110111 1000 100111 1001011 1000011

Color Harmonies of #EABD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABD6A

Black with #EABD6A

Text Example


Text Example

White with #EABD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABD6A; }

 p { color: rgb(234,189,106); }

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

background-color css

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

 a { background-color: rgb(234,189,106); }

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

border-color css

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

 span { border-color: rgb(234,189,106); }

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