Html Css Color HEX #E6B26E Harvest Gold

📋 copy color: '#E6B26E'

red 230 ◦ green 178 ◦ blue 110

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

Shades of Harvest Gold #E6B26E

Tints of Harvest Gold #E6B26E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.36%

 BLUE value IS 110 (43.36% from 255) = 21.24%

R = 44.4%
G = 34.36%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E6B26E (or 0xE6B26E) is known color: Harvest Gold. HEX triplet: E6, B2 and 6E. RGB value is (230,178,110). Sum of RGB (Red+Green+Blue) = 230+178+110=518 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.40% from 518); Green value is 178 (69.92% from 255 or 34.36% from 518); Blue value is 110 (43.36% from 255 or 21.24% from 518); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B26E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6B26E is #194D91. Grayscale: #BABABA. Windows color (decimal): -1658258 or 7254758. OLE color: 7254758.

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

Color convert

RGB 230 178 110 -
CMYK 0 0.23 0.52 0.10
HSL 34º 0.71% 0.67% -
HSV(B) 34º 0.52% 0.9% -
XYZ 51.37 49.79 21.65 -
YUV 185.8 85.23 159.53 -
System Red Green Blue C M Y K H S L
Decimal 230 178 110 0 0.23 0.52 0.10 34 0.71 0.67
Hex E6 B2 6E 0 17 34 A 22 47 43
Octal 346 262 156 0 27 64 12 42 107 103
Binary 11100110 10110010 1101110 0 10111 110100 1010 100010 1000111 1000011

Color Harmonies of #E6B26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B26E

Black with #E6B26E

Text Example


Text Example

White with #E6B26E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B26E; }

 p { color: rgb(230,178,110); }

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

background-color css

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

 a { background-color: rgb(230,178,110); }

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

border-color css

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

 span { border-color: rgb(230,178,110); }

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