Html Css Color HEX #E6BA6A Harvest Gold

📋 copy color: '#E6BA6A'

red 230 ◦ green 186 ◦ blue 106

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

Shades of Harvest Gold #E6BA6A

Tints of Harvest Gold #E6BA6A

RGB

 RED value IS 230 (90.23% from 255) = 44.06%

 GREEN value IS 186 (73.05% from 255) = 35.63%

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

R = 44.06%
G = 35.63%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E6BA6A (or 0xE6BA6A) is known color: Harvest Gold. HEX triplet: E6, BA and 6A. RGB value is (230,186,106). Sum of RGB (Red+Green+Blue) = 230+186+106=522 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.06% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 106 (41.80% from 255 or 20.31% from 522); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BA6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BA6A is #194595. Grayscale: #BEBEBE. Windows color (decimal): -1656214 or 6994662. OLE color: 6994662.

HSL color Cylindrical-coordinate representation of color #E6BA6A: hue angle of 38.71º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E6BA6A is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 186 106 -
CMYK 0 0.19 0.54 0.10
HSL 38.71º 0.71% 0.66% -
HSV(B) 38.71º 0.54% 0.9% -
XYZ 52.79 52.98 21.08 -
YUV 190.04 80.58 156.5 -
System Red Green Blue C M Y K H S L
Decimal 230 186 106 0 0.19 0.54 0.10 38.71 0.71 0.66
Hex E6 BA 6A 0 13 36 A 27 47 42
Octal 346 272 152 0 23 66 12 47 107 102
Binary 11100110 10111010 1101010 0 10011 110110 1010 100111 1000111 1000010

Color Harmonies of #E6BA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BA6A

Black with #E6BA6A

Text Example


Text Example

White with #E6BA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BA6A; }

 p { color: rgb(230,186,106); }

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

background-color css

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

 a { background-color: rgb(230,186,106); }

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

border-color css

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

 span { border-color: rgb(230,186,106); }

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