#E1C27A

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

Shades of Chalky #E1C27A

Tints of Chalky #E1C27A

Color information

#E1C27A (or 0xE1C27A) is unknown color: approx Chalky. HEX triplet: E1, C2 and 7A. RGB value is (225,194,122). Sum of RGB (Red+Green+Blue) = 225+194+122=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 194 (76.17% from 255 or 35.86% from 541); Blue value is 122 (48.05% from 255 or 22.55% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C27A is #1E3D85. Grayscale: #C3C3C3. Windows color (decimal): -1981830 or 8045281. OLE color: 8045281.

HSL color Cylindrical-coordinate representation of color #E1C27A: hue angle of 41.94º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E1C27A is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB225194122-
CMYK00.140.460.12
HSL41.94º63.19%68.04%-
HSV(B)41.94º45.78%88.24%-
XYZ53.865626.38-
YUV195.0686.77149.35-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.59%
GREEN value IS 194 (76.17% from 255) = 35.86%
BLUE value IS 122 (48.05% from 255) = 22.55%
R=41.59%
G=35.86%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519412200.140.460.1241.9463.1968.04
HexE1C27A0E2EC2a3f44
Octal34130217201656145277104
Binary111000011100001011110100111010111011001010101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C27A; }

 p { color: rgb(225,194,122); }

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

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

 a { background-color: rgb(225,194,122); }

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

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

 span { border-color: rgb(225,194,122); }

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