#E1C469

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

Shades of Chenin #E1C469

Tints of Chenin #E1C469

Color information

#E1C469 (or 0xE1C469) is unknown color: approx Chenin. HEX triplet: E1, C4 and 69. RGB value is (225,196,105). Sum of RGB (Red+Green+Blue) = 225+196+105=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 196 (76.95% from 255 or 37.26% from 526); Blue value is 105 (41.41% from 255 or 19.96% from 526); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C469 is #1E3B96. Grayscale: #C2C2C2. Windows color (decimal): -1981335 or 6931681. OLE color: 6931681.

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

Color convert

RGB225196105-
CMYK00.130.530.12
HSL45.5º66.67%64.71%-
HSV(B)45.5º53.33%88.24%-
XYZ53.3456.5121.46-
YUV194.377.61149.9-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.78%
GREEN value IS 196 (76.95% from 255) = 37.26%
BLUE value IS 105 (41.41% from 255) = 19.96%
R=42.78%
G=37.26%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519610500.130.530.1245.566.6764.71
HexE1C4690D35C2e4341
Octal341304151015651456103101
Binary1110000111000100110100101101110101110010111010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C469; }

 p { color: rgb(225,196,105); }

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

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

 a { background-color: rgb(225,196,105); }

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

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

 span { border-color: rgb(225,196,105); }

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