Html Css Color HEX #E2BC6E Chenin

📋 copy color: '#E2BC6E'

red 226 ◦ green 188 ◦ blue 110

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

Shades of Chenin #E2BC6E

Tints of Chenin #E2BC6E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.88%

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

R = 43.13%
G = 35.88%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E2BC6E (or 0xE2BC6E) is known color: Chenin. HEX triplet: E2, BC and 6E. RGB value is (226,188,110). Sum of RGB (Red+Green+Blue) = 226+188+110=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 110 (43.36% from 255 or 20.99% from 524); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BC6E is #1D4391. Grayscale: #BEBEBE. Windows color (decimal): -1917842 or 7257314. OLE color: 7257314.

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

Color convert

RGB 226 188 110 -
CMYK 0 0.17 0.51 0.11
HSL 40.34º 0.67% 0.66% -
HSV(B) 40.34º 0.51% 0.89% -
XYZ 52.16 53.26 22.28 -
YUV 190.47 82.59 153.34 -
System Red Green Blue C M Y K H S L
Decimal 226 188 110 0 0.17 0.51 0.11 40.34 0.67 0.66
Hex E2 BC 6E 0 11 33 B 28 43 42
Octal 342 274 156 0 21 63 13 50 103 102
Binary 11100010 10111100 1101110 0 10001 110011 1011 101000 1000011 1000010

Color Harmonies of #E2BC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BC6E

Black with #E2BC6E

Text Example


Text Example

White with #E2BC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BC6E; }

 p { color: rgb(226,188,110); }

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

background-color css

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

 a { background-color: rgb(226,188,110); }

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

border-color css

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

 span { border-color: rgb(226,188,110); }

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