Html Css Color HEX #E1BD70 Chenin

📋 copy color: '#E1BD70'

red 225 ◦ green 189 ◦ blue 112

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

Shades of Chenin #E1BD70

Tints of Chenin #E1BD70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.29%

R = 42.78%
G = 35.93%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E1BD70 (or 0xE1BD70) is known color: Chenin. HEX triplet: E1, BD and 70. RGB value is (225,189,112). Sum of RGB (Red+Green+Blue) = 225+189+112=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BD70 is #1E428F. Grayscale: #BFBFBF. Windows color (decimal): -1983120 or 7388641. OLE color: 7388641.

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

Color convert

RGB 225 189 112 -
CMYK 0 0.16 0.50 0.12
HSL 40.88º 0.65% 0.66% -
HSV(B) 40.88º 0.5% 0.88% -
XYZ 52.17 53.57 22.92 -
YUV 190.99 83.43 152.26 -
System Red Green Blue C M Y K H S L
Decimal 225 189 112 0 0.16 0.50 0.12 40.88 0.65 0.66
Hex E1 BD 70 0 10 32 C 29 41 42
Octal 341 275 160 0 20 62 14 51 101 102
Binary 11100001 10111101 1110000 0 10000 110010 1100 101001 1000001 1000010

Color Harmonies of #E1BD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BD70

Black with #E1BD70

Text Example


Text Example

White with #E1BD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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