#E7C268

Color #E7C268 Chenin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chenin #E7C268

Tints of Chenin #E7C268

Color information

#E7C268 (or 0xE7C268) is unknown color: approx Chenin. HEX triplet: E7, C2 and 68. RGB value is (231,194,104). Sum of RGB (Red+Green+Blue) = 231+194+104=529 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.67% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 104 (41.02% from 255 or 19.66% from 529); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C268 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C268 is #183D97. Grayscale: #C3C3C3. Windows color (decimal): -1588632 or 6865639. OLE color: 6865639.

HSL color Cylindrical-coordinate representation of color #E7C268: hue angle of 42.52º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E7C268 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB231194104-
CMYK00.160.550.09
HSL42.52º72.57%65.69%-
HSV(B)42.52º54.98%90.59%-
XYZ54.7556.5721.13-
YUV194.876.76153.82-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.67%
GREEN value IS 194 (76.17% from 255) = 36.67%
BLUE value IS 104 (41.02% from 255) = 19.66%
R=43.67%
G=36.67%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119410400.160.550.0942.5272.5765.69
HexE7C2680103792b4942
Octal347302150020671153111102
Binary11100111110000101101000010000110111100110101110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C268; }

 p { color: rgb(231,194,104); }

 H1.HeaderClassName
 {
   color: #E7C268;
 }
 .AnyTagClassName
 {
   color: #E7C268;
 }
</style>
background-color css

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

 a { background-color: rgb(231,194,104); }

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

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

 span { border-color: rgb(231,194,104); }

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