Html Css Color HEX #E6B564 Harvest Gold

📋 copy color: '#E6B564'

red 230 ◦ green 181 ◦ blue 100

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

Shades of Harvest Gold #E6B564

Tints of Harvest Gold #E6B564

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.42%

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

R = 45.01%
G = 35.42%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#E6B564 (or 0xE6B564) is known color: Harvest Gold. HEX triplet: E6, B5 and 64. RGB value is (230,181,100). Sum of RGB (Red+Green+Blue) = 230+181+100=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 181 (71.09% from 255 or 35.42% from 511); Blue value is 100 (39.45% from 255 or 19.57% from 511); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B564 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B564 is #194A9B. Grayscale: #BABABA. Windows color (decimal): -1657500 or 6600166. OLE color: 6600166.

HSL color Cylindrical-coordinate representation of color #E6B564: hue angle of 37.38º 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 #E6B564 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 181 100 -
CMYK 0 0.21 0.57 0.10
HSL 37.38º 0.72% 0.65% -
HSV(B) 37.38º 0.57% 0.9% -
XYZ 51.46 50.79 19.15 -
YUV 186.42 79.23 159.09 -
System Red Green Blue C M Y K H S L
Decimal 230 181 100 0 0.21 0.57 0.10 37.38 0.72 0.65
Hex E6 B5 64 0 15 39 A 25 48 41
Octal 346 265 144 0 25 71 12 45 110 101
Binary 11100110 10110101 1100100 0 10101 111001 1010 100101 1001000 1000001

Color Harmonies of #E6B564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B564

Black with #E6B564

Text Example


Text Example

White with #E6B564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B564; }

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

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

background-color css

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

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

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

border-color css

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

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

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