Html Css Color HEX #E6B064 Harvest Gold

📋 copy color: '#E6B064'

red 230 ◦ green 176 ◦ blue 100

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

Shades of Harvest Gold #E6B064

Tints of Harvest Gold #E6B064

RGB

 RED value IS 230 (90.23% from 255) = 45.45%

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

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

R = 45.45%
G = 34.78%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#E6B064 (or 0xE6B064) is known color: Harvest Gold. HEX triplet: E6, B0 and 64. RGB value is (230,176,100). Sum of RGB (Red+Green+Blue) = 230+176+100=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 100 (39.45% from 255 or 19.76% from 506); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6B064 is #194F9B. Grayscale: #B7B7B7. Windows color (decimal): -1658780 or 6598886. OLE color: 6598886.

HSL color Cylindrical-coordinate representation of color #E6B064: hue angle of 35.08º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E6B064 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 176 100 -
CMYK 0 0.23 0.57 0.10
HSL 35.08º 0.72% 0.65% -
HSV(B) 35.08º 0.57% 0.9% -
XYZ 50.46 48.79 18.82 -
YUV 183.48 80.89 161.18 -
System Red Green Blue C M Y K H S L
Decimal 230 176 100 0 0.23 0.57 0.10 35.08 0.72 0.65
Hex E6 B0 64 0 17 39 A 23 48 41
Octal 346 260 144 0 27 71 12 43 110 101
Binary 11100110 10110000 1100100 0 10111 111001 1010 100011 1001000 1000001

Color Harmonies of #E6B064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B064

Black with #E6B064

Text Example


Text Example

White with #E6B064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B064; }

 p { color: rgb(230,176,100); }

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

background-color css

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

 a { background-color: rgb(230,176,100); }

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

border-color css

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

 span { border-color: rgb(230,176,100); }

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