Html Css Color HEX #E2B068 Harvest Gold

📋 copy color: '#E2B068'

red 226 ◦ green 176 ◦ blue 104

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

Shades of Harvest Gold #E2B068

Tints of Harvest Gold #E2B068

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.78%

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

R = 44.66%
G = 34.78%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E2B068 (or 0xE2B068) is known color: Harvest Gold. HEX triplet: E2, B0 and 68. RGB value is (226,176,104). Sum of RGB (Red+Green+Blue) = 226+176+104=506 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.66% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 104 (41.02% from 255 or 20.55% from 506); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2B068 is #1D4F97. Grayscale: #B7B7B7. Windows color (decimal): -1920920 or 6861026. OLE color: 6861026.

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

Color convert

RGB 226 176 104 -
CMYK 0 0.22 0.54 0.11
HSL 35.41º 0.68% 0.65% -
HSV(B) 35.41º 0.54% 0.89% -
XYZ 49.39 48.22 19.8 -
YUV 182.74 83.57 158.85 -
System Red Green Blue C M Y K H S L
Decimal 226 176 104 0 0.22 0.54 0.11 35.41 0.68 0.65
Hex E2 B0 68 0 16 36 B 23 44 41
Octal 342 260 150 0 26 66 13 43 104 101
Binary 11100010 10110000 1101000 0 10110 110110 1011 100011 1000100 1000001

Color Harmonies of #E2B068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B068

Black with #E2B068

Text Example


Text Example

White with #E2B068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B068; }

 p { color: rgb(226,176,104); }

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

background-color css

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

 a { background-color: rgb(226,176,104); }

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

border-color css

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

 span { border-color: rgb(226,176,104); }

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