Html Css Color HEX #EABD6C Harvest Gold

📋 copy color: '#EABD6C'

red 234 ◦ green 189 ◦ blue 108

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

Shades of Harvest Gold #EABD6C

Tints of Harvest Gold #EABD6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.34%

R = 44.07%
G = 35.59%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EABD6C (or 0xEABD6C) is known color: Harvest Gold. HEX triplet: EA, BD and 6C. RGB value is (234,189,108). Sum of RGB (Red+Green+Blue) = 234+189+108=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 108 (42.58% from 255 or 20.34% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABD6C is #154293. Grayscale: #C1C1C1. Windows color (decimal): -1393300 or 7126506. OLE color: 7126506.

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

Color convert

RGB 234 189 108 -
CMYK 0 0.19 0.54 0.08
HSL 38.57º 0.75% 0.67% -
HSV(B) 38.57º 0.54% 0.92% -
XYZ 54.84 54.97 21.91 -
YUV 193.22 79.91 157.09 -
System Red Green Blue C M Y K H S L
Decimal 234 189 108 0 0.19 0.54 0.08 38.57 0.75 0.67
Hex EA BD 6C 0 13 36 8 27 4B 43
Octal 352 275 154 0 23 66 10 47 113 103
Binary 11101010 10111101 1101100 0 10011 110110 1000 100111 1001011 1000011

Color Harmonies of #EABD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABD6C

Black with #EABD6C

Text Example


Text Example

White with #EABD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABD6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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