Html Css Color HEX #E2BA66 Harvest Gold

📋 copy color: '#E2BA66'

red 226 ◦ green 186 ◦ blue 102

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

Shades of Harvest Gold #E2BA66

Tints of Harvest Gold #E2BA66

RGB

 RED value IS 226 (88.67% from 255) = 43.97%

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

 BLUE value IS 102 (40.23% from 255) = 19.84%

R = 43.97%
G = 36.19%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#E2BA66 (or 0xE2BA66) is known color: Harvest Gold. HEX triplet: E2, BA and 66. RGB value is (226,186,102). Sum of RGB (Red+Green+Blue) = 226+186+102=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 102 (40.23% from 255 or 19.84% from 514); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BA66 is #1D4599. Grayscale: #BCBCBC. Windows color (decimal): -1918362 or 6732514. OLE color: 6732514.

HSL color Cylindrical-coordinate representation of color #E2BA66: hue angle of 40.65º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E2BA66 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 186 102 -
CMYK 0 0.18 0.55 0.11
HSL 40.65º 0.68% 0.64% -
HSV(B) 40.65º 0.55% 0.89% -
XYZ 51.32 52.25 19.95 -
YUV 188.38 79.25 154.83 -
System Red Green Blue C M Y K H S L
Decimal 226 186 102 0 0.18 0.55 0.11 40.65 0.68 0.64
Hex E2 BA 66 0 12 37 B 29 44 40
Octal 342 272 146 0 22 67 13 51 104 100
Binary 11100010 10111010 1100110 0 10010 110111 1011 101001 1000100 1000000

Color Harmonies of #E2BA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BA66

Black with #E2BA66

Text Example


Text Example

White with #E2BA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BA66; }

 p { color: rgb(226,186,102); }

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

background-color css

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

 a { background-color: rgb(226,186,102); }

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

border-color css

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

 span { border-color: rgb(226,186,102); }

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