Html Css Color HEX #E1BC6E Chenin

📋 copy color: '#E1BC6E'

red 225 ◦ green 188 ◦ blue 110

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

Shades of Chenin #E1BC6E

Tints of Chenin #E1BC6E

RGB

 RED value IS 225 (88.28% from 255) = 43.02%

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

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

R = 43.02%
G = 35.95%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E1BC6E (or 0xE1BC6E) is known color: Chenin. HEX triplet: E1, BC and 6E. RGB value is (225,188,110). Sum of RGB (Red+Green+Blue) = 225+188+110=523 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.02% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 110 (43.36% from 255 or 21.03% from 523); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BC6E is #1E4391. Grayscale: #BEBEBE. Windows color (decimal): -1983378 or 7257313. OLE color: 7257313.

HSL color Cylindrical-coordinate representation of color #E1BC6E: hue angle of 40.7º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E1BC6E is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 188 110 -
CMYK 0 0.16 0.51 0.12
HSL 40.7º 0.66% 0.66% -
HSV(B) 40.7º 0.51% 0.88% -
XYZ 51.85 53.1 22.27 -
YUV 190.17 82.76 152.84 -
System Red Green Blue C M Y K H S L
Decimal 225 188 110 0 0.16 0.51 0.12 40.7 0.66 0.66
Hex E1 BC 6E 0 10 33 C 29 42 42
Octal 341 274 156 0 20 63 14 51 102 102
Binary 11100001 10111100 1101110 0 10000 110011 1100 101001 1000010 1000010

Color Harmonies of #E1BC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BC6E

Black with #E1BC6E

Text Example


Text Example

White with #E1BC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BC6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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