Html Css Color HEX #E1C16A Chenin

📋 copy color: '#E1C16A'

red 225 ◦ green 193 ◦ blue 106

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

Shades of Chenin #E1C16A

Tints of Chenin #E1C16A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.83%

 BLUE value IS 106 (41.8% from 255) = 20.23%

R = 42.94%
G = 36.83%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E1C16A (or 0xE1C16A) is known color: Chenin. HEX triplet: E1, C1 and 6A. RGB value is (225,193,106). Sum of RGB (Red+Green+Blue) = 225+193+106=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 193 (75.78% from 255 or 36.83% from 524); Blue value is 106 (41.80% from 255 or 20.23% from 524); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C16A is #1E3E95. Grayscale: #C1C1C1. Windows color (decimal): -1982102 or 6996449. OLE color: 6996449.

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

Color convert

RGB 225 193 106 -
CMYK 0 0.14 0.53 0.12
HSL 43.87º 0.66% 0.65% -
HSV(B) 43.87º 0.53% 0.88% -
XYZ 52.72 55.19 21.51 -
YUV 192.65 79.1 151.07 -
System Red Green Blue C M Y K H S L
Decimal 225 193 106 0 0.14 0.53 0.12 43.87 0.66 0.65
Hex E1 C1 6A 0 E 35 C 2C 42 41
Octal 341 301 152 0 16 65 14 54 102 101
Binary 11100001 11000001 1101010 0 1110 110101 1100 101100 1000010 1000001

Color Harmonies of #E1C16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C16A

Black with #E1C16A

Text Example


Text Example

White with #E1C16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C16A; }

 p { color: rgb(225,193,106); }

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

background-color css

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

 a { background-color: rgb(225,193,106); }

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

border-color css

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

 span { border-color: rgb(225,193,106); }

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