Html Css Color HEX #E1BD6D Chenin

📋 copy color: '#E1BD6D'

red 225 ◦ green 189 ◦ blue 109

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

Shades of Chenin #E1BD6D

Tints of Chenin #E1BD6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.84%

R = 43.02%
G = 36.14%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1BD6D (or 0xE1BD6D) is known color: Chenin. HEX triplet: E1, BD and 6D. RGB value is (225,189,109). Sum of RGB (Red+Green+Blue) = 225+189+109=523 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.02% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 109 (42.97% from 255 or 20.84% from 523); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BD6D is #1E4292. Grayscale: #BFBFBF. Windows color (decimal): -1983123 or 7192033. OLE color: 7192033.

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

Color convert

RGB 225 189 109 -
CMYK 0 0.16 0.52 0.12
HSL 41.38º 0.66% 0.65% -
HSV(B) 41.38º 0.52% 0.88% -
XYZ 52.01 53.51 22.05 -
YUV 190.64 81.93 152.5 -
System Red Green Blue C M Y K H S L
Decimal 225 189 109 0 0.16 0.52 0.12 41.38 0.66 0.65
Hex E1 BD 6D 0 10 34 C 29 42 41
Octal 341 275 155 0 20 64 14 51 102 101
Binary 11100001 10111101 1101101 0 10000 110100 1100 101001 1000010 1000001

Color Harmonies of #E1BD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BD6D

Black with #E1BD6D

Text Example


Text Example

White with #E1BD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BD6D; }

 p { color: rgb(225,189,109); }

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

background-color css

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

 a { background-color: rgb(225,189,109); }

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

border-color css

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

 span { border-color: rgb(225,189,109); }

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