#E2C77D

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

Shades of Chalky #E2C77D

Tints of Chalky #E2C77D

Color information

#E2C77D (or 0xE2C77D) is unknown color: approx Chalky. HEX triplet: E2, C7 and 7D. RGB value is (226,199,125). Sum of RGB (Red+Green+Blue) = 226+199+125=550 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.09% from 550); Green value is 199 (78.12% from 255 or 36.18% from 550); Blue value is 125 (49.22% from 255 or 22.73% from 550); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C77D is #1D3882. Grayscale: #C6C6C6. Windows color (decimal): -1915011 or 8243170. OLE color: 8243170.

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

Color convert

RGB226199125-
CMYK00.120.450.11
HSL43.96º63.52%68.82%-
HSV(B)43.96º44.69%88.63%-
XYZ55.4958.527.77-
YUV198.6486.45147.52-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.09%
GREEN value IS 199 (78.12% from 255) = 36.18%
BLUE value IS 125 (49.22% from 255) = 22.73%
R=41.09%
G=36.18%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619912500.120.450.1143.9663.5268.82
HexE2C77D0C2DB2c4045
Octal342307175014551354100105
Binary1110001011000111111110101100101101101110110010000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C77D; }

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

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

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

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

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

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

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

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