Html Css Color HEX #E2C770 Chenin

📋 copy color: '#E2C770'

red 226 ◦ green 199 ◦ blue 112

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

Shades of Chenin #E2C770

Tints of Chenin #E2C770

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.06%

 BLUE value IS 112 (44.14% from 255) = 20.86%

R = 42.09%
G = 37.06%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E2C770 (or 0xE2C770) is known color: Chenin. HEX triplet: E2, C7 and 70. RGB value is (226,199,112). Sum of RGB (Red+Green+Blue) = 226+199+112=537 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.09% from 537); Green value is 199 (78.12% from 255 or 37.06% from 537); Blue value is 112 (44.14% from 255 or 20.86% from 537); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C770 is #1D388F. Grayscale: #C5C5C5. Windows color (decimal): -1915024 or 7391202. OLE color: 7391202.

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

Color convert

RGB 226 199 112 -
CMYK 0 0.12 0.50 0.11
HSL 45.79º 0.66% 0.66% -
HSV(B) 45.79º 0.5% 0.89% -
XYZ 54.71 58.19 23.68 -
YUV 197.16 79.95 148.57 -
System Red Green Blue C M Y K H S L
Decimal 226 199 112 0 0.12 0.50 0.11 45.79 0.66 0.66
Hex E2 C7 70 0 C 32 B 2E 42 42
Octal 342 307 160 0 14 62 13 56 102 102
Binary 11100010 11000111 1110000 0 1100 110010 1011 101110 1000010 1000010

Color Harmonies of #E2C770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C770

Black with #E2C770

Text Example


Text Example

White with #E2C770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C770; }

 p { color: rgb(226,199,112); }

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

background-color css

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

 a { background-color: rgb(226,199,112); }

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

border-color css

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

 span { border-color: rgb(226,199,112); }

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