Html Css Color HEX #E2AC68 Harvest Gold

📋 copy color: '#E2AC68'

red 226 ◦ green 172 ◦ blue 104

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

Shades of Harvest Gold #E2AC68

Tints of Harvest Gold #E2AC68

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.26%

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

R = 45.02%
G = 34.26%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E2AC68 (or 0xE2AC68) is known color: Harvest Gold. HEX triplet: E2, AC and 68. RGB value is (226,172,104). Sum of RGB (Red+Green+Blue) = 226+172+104=502 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.02% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 104 (41.02% from 255 or 20.72% from 502); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AC68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AC68 is #1D5397. Grayscale: #B4B4B4. Windows color (decimal): -1921944 or 6860002. OLE color: 6860002.

HSL color Cylindrical-coordinate representation of color #E2AC68: hue angle of 33.44º 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 #E2AC68 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 172 104 -
CMYK 0 0.24 0.54 0.11
HSL 33.44º 0.68% 0.65% -
HSV(B) 33.44º 0.54% 0.89% -
XYZ 48.62 46.67 19.54 -
YUV 180.39 84.89 160.53 -
System Red Green Blue C M Y K H S L
Decimal 226 172 104 0 0.24 0.54 0.11 33.44 0.68 0.65
Hex E2 AC 68 0 18 36 B 21 44 41
Octal 342 254 150 0 30 66 13 41 104 101
Binary 11100010 10101100 1101000 0 11000 110110 1011 100001 1000100 1000001

Color Harmonies of #E2AC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AC68

Black with #E2AC68

Text Example


Text Example

White with #E2AC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AC68; }

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

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

background-color css

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

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

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

border-color css

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

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

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