Html Css Color HEX #E2BD71 Chenin

📋 copy color: '#E2BD71'

red 226 ◦ green 189 ◦ blue 113

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

Shades of Chenin #E2BD71

Tints of Chenin #E2BD71

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.8%

 BLUE value IS 113 (44.53% from 255) = 21.4%

R = 42.8%
G = 35.8%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.5

 K value IS 0.11

RGB Variations

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

Color information

#E2BD71 (or 0xE2BD71) is known color: Chenin. HEX triplet: E2, BD and 71. RGB value is (226,189,113). Sum of RGB (Red+Green+Blue) = 226+189+113=528 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.80% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 113 (44.53% from 255 or 21.40% from 528); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BD71 is #1D428E. Grayscale: #BFBFBF. Windows color (decimal): -1917583 or 7454178. OLE color: 7454178.

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

Color convert

RGB 226 189 113 -
CMYK 0 0.16 0.5 0.11
HSL 40.35º 0.66% 0.66% -
HSV(B) 40.35º 0.5% 0.89% -
XYZ 52.54 53.76 23.23 -
YUV 191.4 83.76 152.68 -
System Red Green Blue C M Y K H S L
Decimal 226 189 113 0 0.16 0.5 0.11 40.35 0.66 0.66
Hex E2 BD 71 0 10 32 B 28 42 42
Octal 342 275 161 0 20 62 13 50 102 102
Binary 11100010 10111101 1110001 0 10000 110010 1011 101000 1000010 1000010

Color Harmonies of #E2BD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BD71

Black with #E2BD71

Text Example


Text Example

White with #E2BD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BD71; }

 p { color: rgb(226,189,113); }

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

background-color css

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

 a { background-color: rgb(226,189,113); }

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

border-color css

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

 span { border-color: rgb(226,189,113); }

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