Html Css Color HEX #E2B765 Harvest Gold

📋 copy color: '#E2B765'

red 226 ◦ green 183 ◦ blue 101

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

Shades of Harvest Gold #E2B765

Tints of Harvest Gold #E2B765

RGB

 RED value IS 226 (88.67% from 255) = 44.31%

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

 BLUE value IS 101 (39.84% from 255) = 19.8%

R = 44.31%
G = 35.88%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#E2B765 (or 0xE2B765) is known color: Harvest Gold. HEX triplet: E2, B7 and 65. RGB value is (226,183,101). Sum of RGB (Red+Green+Blue) = 226+183+101=510 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.31% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 101 (39.84% from 255 or 19.80% from 510); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B765 is #1D489A. Grayscale: #BABABA. Windows color (decimal): -1919131 or 6666210. OLE color: 6666210.

HSL color Cylindrical-coordinate representation of color #E2B765: hue angle of 39.36º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E2B765 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 183 101 -
CMYK 0 0.19 0.55 0.11
HSL 39.36º 0.68% 0.64% -
HSV(B) 39.36º 0.55% 0.89% -
XYZ 50.65 50.98 19.48 -
YUV 186.51 79.75 156.17 -
System Red Green Blue C M Y K H S L
Decimal 226 183 101 0 0.19 0.55 0.11 39.36 0.68 0.64
Hex E2 B7 65 0 13 37 B 27 44 40
Octal 342 267 145 0 23 67 13 47 104 100
Binary 11100010 10110111 1100101 0 10011 110111 1011 100111 1000100 1000000

Color Harmonies of #E2B765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B765

Black with #E2B765

Text Example


Text Example

White with #E2B765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B765; }

 p { color: rgb(226,183,101); }

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

background-color css

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

 a { background-color: rgb(226,183,101); }

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

border-color css

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

 span { border-color: rgb(226,183,101); }

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