Html Css Color HEX #E2C464 Chenin

📋 copy color: '#E2C464'

red 226 ◦ green 196 ◦ blue 100

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

Shades of Chenin #E2C464

Tints of Chenin #E2C464

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.55%

 BLUE value IS 100 (39.45% from 255) = 19.16%

R = 43.3%
G = 37.55%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#E2C464 (or 0xE2C464) is known color: Chenin. HEX triplet: E2, C4 and 64. RGB value is (226,196,100). Sum of RGB (Red+Green+Blue) = 226+196+100=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 196 (76.95% from 255 or 37.55% from 522); Blue value is 100 (39.45% from 255 or 19.16% from 522); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C464 is #1D3B9B. Grayscale: #C2C2C2. Windows color (decimal): -1915804 or 6604002. OLE color: 6604002.

HSL color Cylindrical-coordinate representation of color #E2C464: hue angle of 45.71º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E2C464 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 196 100 -
CMYK 0 0.13 0.56 0.11
HSL 45.71º 0.68% 0.64% -
HSV(B) 45.71º 0.56% 0.89% -
XYZ 53.4 56.57 20.16 -
YUV 194.03 74.94 150.81 -
System Red Green Blue C M Y K H S L
Decimal 226 196 100 0 0.13 0.56 0.11 45.71 0.68 0.64
Hex E2 C4 64 0 D 38 B 2E 44 40
Octal 342 304 144 0 15 70 13 56 104 100
Binary 11100010 11000100 1100100 0 1101 111000 1011 101110 1000100 1000000

Color Harmonies of #E2C464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C464

Black with #E2C464

Text Example


Text Example

White with #E2C464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C464; }

 p { color: rgb(226,196,100); }

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

background-color css

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

 a { background-color: rgb(226,196,100); }

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

border-color css

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

 span { border-color: rgb(226,196,100); }

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