Html Css Color HEX #E2C96E Chenin

📋 copy color: '#E2C96E'

red 226 ◦ green 201 ◦ blue 110

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

Shades of Chenin #E2C96E

Tints of Chenin #E2C96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.48%

R = 42.09%
G = 37.43%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E2C96E (or 0xE2C96E) is known color: Chenin. HEX triplet: E2, C9 and 6E. RGB value is (226,201,110). Sum of RGB (Red+Green+Blue) = 226+201+110=537 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.09% from 537); Green value is 201 (78.91% from 255 or 37.43% from 537); Blue value is 110 (43.36% from 255 or 20.48% from 537); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C96E is #1D3691. Grayscale: #C6C6C6. Windows color (decimal): -1914514 or 7260642. OLE color: 7260642.

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

Color convert

RGB 226 201 110 -
CMYK 0 0.11 0.51 0.11
HSL 47.07º 0.67% 0.66% -
HSV(B) 47.07º 0.51% 0.89% -
XYZ 55.07 59.07 23.25 -
YUV 198.1 78.28 147.9 -
System Red Green Blue C M Y K H S L
Decimal 226 201 110 0 0.11 0.51 0.11 47.07 0.67 0.66
Hex E2 C9 6E 0 B 33 B 2F 43 42
Octal 342 311 156 0 13 63 13 57 103 102
Binary 11100010 11001001 1101110 0 1011 110011 1011 101111 1000011 1000010

Color Harmonies of #E2C96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C96E

Black with #E2C96E

Text Example


Text Example

White with #E2C96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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