Html Css Color HEX #E6C276 Chenin

📋 copy color: '#E6C276'

red 230 ◦ green 194 ◦ blue 118

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

Shades of Chenin #E6C276

Tints of Chenin #E6C276

RGB

 RED value IS 230 (90.23% from 255) = 42.44%

 GREEN value IS 194 (76.17% from 255) = 35.79%

 BLUE value IS 118 (46.48% from 255) = 21.77%

R = 42.44%
G = 35.79%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E6C276 (or 0xE6C276) is known color: Chenin. HEX triplet: E6, C2 and 76. RGB value is (230,194,118). Sum of RGB (Red+Green+Blue) = 230+194+118=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 194 (76.17% from 255 or 35.79% from 542); Blue value is 118 (46.48% from 255 or 21.77% from 542); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C276 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C276 is #193D89. Grayscale: #C4C4C4. Windows color (decimal): -1654154 or 7783142. OLE color: 7783142.

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

Color convert

RGB 230 194 118 -
CMYK 0 0.16 0.49 0.10
HSL 40.71º 0.69% 0.68% -
HSV(B) 40.71º 0.49% 0.9% -
XYZ 55.19 56.71 25.18 -
YUV 196.1 83.93 152.18 -
System Red Green Blue C M Y K H S L
Decimal 230 194 118 0 0.16 0.49 0.10 40.71 0.69 0.68
Hex E6 C2 76 0 10 31 A 29 45 44
Octal 346 302 166 0 20 61 12 51 105 104
Binary 11100110 11000010 1110110 0 10000 110001 1010 101001 1000101 1000100

Color Harmonies of #E6C276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C276

Black with #E6C276

Text Example


Text Example

White with #E6C276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C276; }

 p { color: rgb(230,194,118); }

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

background-color css

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

 a { background-color: rgb(230,194,118); }

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

border-color css

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

 span { border-color: rgb(230,194,118); }

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