Html Css Color HEX #E8B464 Harvest Gold

📋 copy color: '#E8B464'

red 232 ◦ green 180 ◦ blue 100

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

Shades of Harvest Gold #E8B464

Tints of Harvest Gold #E8B464

RGB

 RED value IS 232 (91.02% from 255) = 45.31%

 GREEN value IS 180 (70.7% from 255) = 35.16%

 BLUE value IS 100 (39.45% from 255) = 19.53%

R = 45.31%
G = 35.16%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E8B464 (or 0xE8B464) is known color: Harvest Gold. HEX triplet: E8, B4 and 64. RGB value is (232,180,100). Sum of RGB (Red+Green+Blue) = 232+180+100=512 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.31% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 100 (39.45% from 255 or 19.53% from 512); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B464 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8B464 is #174B9B. Grayscale: #BABABA. Windows color (decimal): -1526684 or 6599912. OLE color: 6599912.

HSL color Cylindrical-coordinate representation of color #E8B464: hue angle of 36.36º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E8B464 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 180 100 -
CMYK 0 0.22 0.57 0.09
HSL 36.36º 0.74% 0.65% -
HSV(B) 36.36º 0.57% 0.91% -
XYZ 51.9 50.72 19.11 -
YUV 186.43 79.23 160.5 -
System Red Green Blue C M Y K H S L
Decimal 232 180 100 0 0.22 0.57 0.09 36.36 0.74 0.65
Hex E8 B4 64 0 16 39 9 24 4A 41
Octal 350 264 144 0 26 71 11 44 112 101
Binary 11101000 10110100 1100100 0 10110 111001 1001 100100 1001010 1000001

Color Harmonies of #E8B464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8B464

Black with #E8B464

Text Example


Text Example

White with #E8B464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8B464; }

 p { color: rgb(232,180,100); }

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

background-color css

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

 a { background-color: rgb(232,180,100); }

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

border-color css

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

 span { border-color: rgb(232,180,100); }

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