Html Css Color HEX #E6B868 Harvest Gold

📋 copy color: '#E6B868'

red 230 ◦ green 184 ◦ blue 104

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

Shades of Harvest Gold #E6B868

Tints of Harvest Gold #E6B868

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.52%

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

R = 44.4%
G = 35.52%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.55

 K value IS 0.10

RGB Variations

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

Color information

#E6B868 (or 0xE6B868) is known color: Harvest Gold. HEX triplet: E6, B8 and 68. RGB value is (230,184,104). Sum of RGB (Red+Green+Blue) = 230+184+104=518 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.40% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 104 (41.02% from 255 or 20.08% from 518); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B868 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B868 is #194797. Grayscale: #BDBDBD. Windows color (decimal): -1656728 or 6863078. OLE color: 6863078.

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

Color convert

RGB 230 184 104 -
CMYK 0 0.2 0.55 0.10
HSL 38.1º 0.72% 0.65% -
HSV(B) 38.1º 0.55% 0.9% -
XYZ 52.27 52.1 20.4 -
YUV 188.63 80.24 157.5 -
System Red Green Blue C M Y K H S L
Decimal 230 184 104 0 0.2 0.55 0.10 38.1 0.72 0.65
Hex E6 B8 68 0 14 37 A 26 48 41
Octal 346 270 150 0 24 67 12 46 110 101
Binary 11100110 10111000 1101000 0 10100 110111 1010 100110 1001000 1000001

Color Harmonies of #E6B868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B868

Black with #E6B868

Text Example


Text Example

White with #E6B868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B868; }

 p { color: rgb(230,184,104); }

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

background-color css

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

 a { background-color: rgb(230,184,104); }

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

border-color css

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

 span { border-color: rgb(230,184,104); }

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