Html Css Color HEX #E6B76A Harvest Gold

📋 copy color: '#E6B76A'

red 230 ◦ green 183 ◦ blue 106

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

Shades of Harvest Gold #E6B76A

Tints of Harvest Gold #E6B76A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.26%

 BLUE value IS 106 (41.8% from 255) = 20.42%

R = 44.32%
G = 35.26%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E6B76A (or 0xE6B76A) is known color: Harvest Gold. HEX triplet: E6, B7 and 6A. RGB value is (230,183,106). Sum of RGB (Red+Green+Blue) = 230+183+106=519 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.32% from 519); Green value is 183 (71.88% from 255 or 35.26% from 519); Blue value is 106 (41.80% from 255 or 20.42% from 519); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B76A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B76A is #194895. Grayscale: #BCBCBC. Windows color (decimal): -1656982 or 6993894. OLE color: 6993894.

HSL color Cylindrical-coordinate representation of color #E6B76A: hue angle of 37.26º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E6B76A is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 183 106 -
CMYK 0 0.20 0.54 0.10
HSL 37.26º 0.71% 0.66% -
HSV(B) 37.26º 0.54% 0.9% -
XYZ 52.17 51.73 20.87 -
YUV 188.28 81.57 157.76 -
System Red Green Blue C M Y K H S L
Decimal 230 183 106 0 0.20 0.54 0.10 37.26 0.71 0.66
Hex E6 B7 6A 0 14 36 A 25 47 42
Octal 346 267 152 0 24 66 12 45 107 102
Binary 11100110 10110111 1101010 0 10100 110110 1010 100101 1000111 1000010

Color Harmonies of #E6B76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B76A

Black with #E6B76A

Text Example


Text Example

White with #E6B76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B76A; }

 p { color: rgb(230,183,106); }

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

background-color css

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

 a { background-color: rgb(230,183,106); }

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

border-color css

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

 span { border-color: rgb(230,183,106); }

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