Html Css Color HEX #E2BC6F Chenin

📋 copy color: '#E2BC6F'

red 226 ◦ green 188 ◦ blue 111

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

Shades of Chenin #E2BC6F

Tints of Chenin #E2BC6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.14%

R = 43.05%
G = 35.81%
B = 21.14%

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

#E2BC6F (or 0xE2BC6F) is known color: Chenin. HEX triplet: E2, BC and 6F. RGB value is (226,188,111). Sum of RGB (Red+Green+Blue) = 226+188+111=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 111 (43.75% from 255 or 21.14% from 525); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BC6F is #1D4390. Grayscale: #BEBEBE. Windows color (decimal): -1917841 or 7322850. OLE color: 7322850.

HSL color Cylindrical-coordinate representation of color #E2BC6F: hue angle of 40.17º degrees, saturation: 0.66, 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 #E2BC6F is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 188 111 -
CMYK 0 0.17 0.51 0.11
HSL 40.17º 0.66% 0.66% -
HSV(B) 40.17º 0.51% 0.89% -
XYZ 52.22 53.28 22.57 -
YUV 190.58 83.09 153.26 -
System Red Green Blue C M Y K H S L
Decimal 226 188 111 0 0.17 0.51 0.11 40.17 0.66 0.66
Hex E2 BC 6F 0 11 33 B 28 42 42
Octal 342 274 157 0 21 63 13 50 102 102
Binary 11100010 10111100 1101111 0 10001 110011 1011 101000 1000010 1000010

Color Harmonies of #E2BC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BC6F

Black with #E2BC6F

Text Example


Text Example

White with #E2BC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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