Html Css Color HEX #E5C16A Chenin

📋 copy color: '#E5C16A'

red 229 ◦ green 193 ◦ blue 106

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

Shades of Chenin #E5C16A

Tints of Chenin #E5C16A

RGB

 RED value IS 229 (89.84% from 255) = 43.37%

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

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

R = 43.37%
G = 36.55%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E5C16A (or 0xE5C16A) is known color: Chenin. HEX triplet: E5, C1 and 6A. RGB value is (229,193,106). Sum of RGB (Red+Green+Blue) = 229+193+106=528 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.37% from 528); Green value is 193 (75.78% from 255 or 36.55% from 528); Blue value is 106 (41.80% from 255 or 20.08% from 528); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C16A is #1A3E95. Grayscale: #C2C2C2. Windows color (decimal): -1719958 or 6996453. OLE color: 6996453.

HSL color Cylindrical-coordinate representation of color #E5C16A: hue angle of 42.44º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E5C16A is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 193 106 -
CMYK 0 0.16 0.54 0.10
HSL 42.44º 0.7% 0.66% -
HSV(B) 42.44º 0.54% 0.9% -
XYZ 53.98 55.84 21.57 -
YUV 193.85 78.43 153.07 -
System Red Green Blue C M Y K H S L
Decimal 229 193 106 0 0.16 0.54 0.10 42.44 0.7 0.66
Hex E5 C1 6A 0 10 36 A 2A 46 42
Octal 345 301 152 0 20 66 12 52 106 102
Binary 11100101 11000001 1101010 0 10000 110110 1010 101010 1000110 1000010

Color Harmonies of #E5C16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C16A

Black with #E5C16A

Text Example


Text Example

White with #E5C16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C16A; }

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

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

background-color css

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

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

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

border-color css

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

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

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