#E1C075

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

Shades of Chenin #E1C075

Tints of Chenin #E1C075

Color information

#E1C075 (or 0xE1C075) is unknown color: approx Chenin. HEX triplet: E1, C0 and 75. RGB value is (225,192,117). Sum of RGB (Red+Green+Blue) = 225+192+117=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 117 (46.09% from 255 or 21.91% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C075 is #1E3F8A. Grayscale: #C1C1C1. Windows color (decimal): -1982347 or 7717089. OLE color: 7717089.

HSL color Cylindrical-coordinate representation of color #E1C075: hue angle of 41.67º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E1C075 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB225192117-
CMYK00.150.480.12
HSL41.67º64.29%67.06%-
HSV(B)41.67º48%88.24%-
XYZ53.1154.9924.64-
YUV193.3284.93150.6-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.13%
GREEN value IS 192 (75.39% from 255) = 35.96%
BLUE value IS 117 (46.09% from 255) = 21.91%
R=42.13%
G=35.96%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519211700.150.480.1241.6764.2967.06
HexE1C0750F30C2a4043
Octal341300165017601452100103
Binary1110000111000000111010101111110000110010101010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C075; }

 p { color: rgb(225,192,117); }

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

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

 a { background-color: rgb(225,192,117); }

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

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

 span { border-color: rgb(225,192,117); }

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