#E2C17D

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

Shades of Chalky #E2C17D

Tints of Chalky #E2C17D

Color information

#E2C17D (or 0xE2C17D) is unknown color: approx Chalky. HEX triplet: E2, C1 and 7D. RGB value is (226,193,125). Sum of RGB (Red+Green+Blue) = 226+193+125=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 193 (75.78% from 255 or 35.48% from 544); Blue value is 125 (49.22% from 255 or 22.98% from 544); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C17D is #1D3E82. Grayscale: #C3C3C3. Windows color (decimal): -1916547 or 8241634. OLE color: 8241634.

HSL color Cylindrical-coordinate representation of color #E2C17D: hue angle of 40.4º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E2C17D is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB226193125-
CMYK00.150.450.11
HSL40.4º63.52%68.82%-
HSV(B)40.4º44.69%88.63%-
XYZ54.1455.7927.32-
YUV195.1288.43150.03-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.54%
GREEN value IS 193 (75.78% from 255) = 35.48%
BLUE value IS 125 (49.22% from 255) = 22.98%
R=41.54%
G=35.48%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619312500.150.450.1140.463.5268.82
HexE2C17D0F2DB284045
Octal342301175017551350100105
Binary1110001011000001111110101111101101101110100010000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C17D; }

 p { color: rgb(226,193,125); }

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

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

 a { background-color: rgb(226,193,125); }

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

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

 span { border-color: rgb(226,193,125); }

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