Html Css Color HEX #E2C96D Chenin

📋 copy color: '#E2C96D'

red 226 ◦ green 201 ◦ blue 109

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

Shades of Chenin #E2C96D

Tints of Chenin #E2C96D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.5%

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

R = 42.16%
G = 37.5%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E2C96D (or 0xE2C96D) is known color: Chenin. HEX triplet: E2, C9 and 6D. RGB value is (226,201,109). Sum of RGB (Red+Green+Blue) = 226+201+109=536 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.16% from 536); Green value is 201 (78.91% from 255 or 37.5% from 536); Blue value is 109 (42.97% from 255 or 20.34% from 536); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C96D is #1D3692. Grayscale: #C6C6C6. Windows color (decimal): -1914515 or 7195106. OLE color: 7195106.

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

Color convert

RGB 226 201 109 -
CMYK 0 0.11 0.52 0.11
HSL 47.18º 0.67% 0.66% -
HSV(B) 47.18º 0.52% 0.89% -
XYZ 55.01 59.05 22.97 -
YUV 197.99 77.78 147.98 -
System Red Green Blue C M Y K H S L
Decimal 226 201 109 0 0.11 0.52 0.11 47.18 0.67 0.66
Hex E2 C9 6D 0 B 34 B 2F 43 42
Octal 342 311 155 0 13 64 13 57 103 102
Binary 11100010 11001001 1101101 0 1011 110100 1011 101111 1000011 1000010

Color Harmonies of #E2C96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C96D

Black with #E2C96D

Text Example


Text Example

White with #E2C96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C96D; }

 p { color: rgb(226,201,109); }

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

background-color css

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

 a { background-color: rgb(226,201,109); }

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

border-color css

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

 span { border-color: rgb(226,201,109); }

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