#E1C67F

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

Shades of Chalky #E1C67F

Tints of Chalky #E1C67F

Color information

#E1C67F (or 0xE1C67F) is unknown color: approx Chalky. HEX triplet: E1, C6 and 7F. RGB value is (225,198,127). Sum of RGB (Red+Green+Blue) = 225+198+127=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 198 (77.73% from 255 or 36% from 550); Blue value is 127 (50% from 255 or 23.09% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C67F is #1E3980. Grayscale: #C6C6C6. Windows color (decimal): -1980801 or 8373985. OLE color: 8373985.

HSL color Cylindrical-coordinate representation of color #E1C67F: hue angle of 43.47º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E1C67F is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB225198127-
CMYK00.120.440.12
HSL43.47º62.03%69.02%-
HSV(B)43.47º43.56%88.24%-
XYZ55.0857.9328.36-
YUV197.9887.95147.27-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.91%
GREEN value IS 198 (77.73% from 255) = 36%
BLUE value IS 127 (50% from 255) = 23.09%
R=40.91%
G=36%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519812700.120.440.1243.4762.0369.02
HexE1C67F0C2CC2b3e45
Octal34130617701454145376105
Binary111000011100011011111110110010110011001010111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C67F; }

 p { color: rgb(225,198,127); }

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

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

 a { background-color: rgb(225,198,127); }

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

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

 span { border-color: rgb(225,198,127); }

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