Html Css Color HEX #E1AD68 Harvest Gold

📋 copy color: '#E1AD68'

red 225 ◦ green 173 ◦ blue 104

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

Shades of Harvest Gold #E1AD68

Tints of Harvest Gold #E1AD68

RGB

 RED value IS 225 (88.28% from 255) = 44.82%

 GREEN value IS 173 (67.97% from 255) = 34.46%

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

R = 44.82%
G = 34.46%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E1AD68 (or 0xE1AD68) is known color: Harvest Gold. HEX triplet: E1, AD and 68. RGB value is (225,173,104). Sum of RGB (Red+Green+Blue) = 225+173+104=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 104 (41.02% from 255 or 20.72% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AD68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AD68 is #1E5297. Grayscale: #B5B5B5. Windows color (decimal): -1987224 or 6860257. OLE color: 6860257.

HSL color Cylindrical-coordinate representation of color #E1AD68: hue angle of 34.21º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E1AD68 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 173 104 -
CMYK 0 0.23 0.54 0.12
HSL 34.21º 0.67% 0.65% -
HSV(B) 34.21º 0.54% 0.88% -
XYZ 48.49 46.89 19.59 -
YUV 180.68 84.73 159.61 -
System Red Green Blue C M Y K H S L
Decimal 225 173 104 0 0.23 0.54 0.12 34.21 0.67 0.65
Hex E1 AD 68 0 17 36 C 22 43 41
Octal 341 255 150 0 27 66 14 42 103 101
Binary 11100001 10101101 1101000 0 10111 110110 1100 100010 1000011 1000001

Color Harmonies of #E1AD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AD68

Black with #E1AD68

Text Example


Text Example

White with #E1AD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AD68; }

 p { color: rgb(225,173,104); }

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

background-color css

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

 a { background-color: rgb(225,173,104); }

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

border-color css

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

 span { border-color: rgb(225,173,104); }

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