#E1CA75

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

Shades of Chenin #E1CA75

Tints of Chenin #E1CA75

Color information

#E1CA75 (or 0xE1CA75) is unknown color: approx Chenin. HEX triplet: E1, CA and 75. RGB value is (225,202,117). Sum of RGB (Red+Green+Blue) = 225+202+117=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 117 (46.09% from 255 or 21.51% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CA75 is #1E358A. Grayscale: #C7C7C7. Windows color (decimal): -1979787 or 7719649. OLE color: 7719649.

HSL color Cylindrical-coordinate representation of color #E1CA75: hue angle of 47.22º 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 #E1CA75 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB225202117-
CMYK00.100.480.12
HSL47.22º64.29%67.06%-
HSV(B)47.22º48%88.24%-
XYZ55.3859.5325.4-
YUV199.1981.62146.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.36%
GREEN value IS 202 (79.30% from 255) = 37.13%
BLUE value IS 117 (46.09% from 255) = 21.51%
R=41.36%
G=37.13%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520211700.100.480.1247.2264.2967.06
HexE1CA750A30C2f4043
Octal341312165012601457100103
Binary1110000111001010111010101010110000110010111110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CA75; }

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

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

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

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

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

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

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

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