Html Css Color HEX #E2BE6B Chenin

📋 copy color: '#E2BE6B'

red 226 ◦ green 190 ◦ blue 107

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

Shades of Chenin #E2BE6B

Tints of Chenin #E2BE6B

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.33%

 BLUE value IS 107 (42.19% from 255) = 20.46%

R = 43.21%
G = 36.33%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E2BE6B (or 0xE2BE6B) is known color: Chenin. HEX triplet: E2, BE and 6B. RGB value is (226,190,107). Sum of RGB (Red+Green+Blue) = 226+190+107=523 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.21% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 107 (42.19% from 255 or 20.46% from 523); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BE6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BE6B is #1D4194. Grayscale: #BFBFBF. Windows color (decimal): -1917333 or 7061218. OLE color: 7061218.

HSL color Cylindrical-coordinate representation of color #E2BE6B: hue angle of 41.85º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E2BE6B is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 190 107 -
CMYK 0 0.16 0.53 0.11
HSL 41.85º 0.67% 0.65% -
HSV(B) 41.85º 0.53% 0.89% -
XYZ 52.43 54.06 21.58 -
YUV 191.3 80.43 152.75 -
System Red Green Blue C M Y K H S L
Decimal 226 190 107 0 0.16 0.53 0.11 41.85 0.67 0.65
Hex E2 BE 6B 0 10 35 B 2A 43 41
Octal 342 276 153 0 20 65 13 52 103 101
Binary 11100010 10111110 1101011 0 10000 110101 1011 101010 1000011 1000001

Color Harmonies of #E2BE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BE6B

Black with #E2BE6B

Text Example


Text Example

White with #E2BE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BE6B; }

 p { color: rgb(226,190,107); }

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

background-color css

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

 a { background-color: rgb(226,190,107); }

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

border-color css

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

 span { border-color: rgb(226,190,107); }

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