#E5C27A

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

Shades of Chalky #E5C27A

Tints of Chalky #E5C27A

Color information

#E5C27A (or 0xE5C27A) is unknown color: approx Chalky. HEX triplet: E5, C2 and 7A. RGB value is (229,194,122). Sum of RGB (Red+Green+Blue) = 229+194+122=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 122 (48.05% from 255 or 22.39% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C27A is #1A3D85. Grayscale: #C4C4C4. Windows color (decimal): -1719686 or 8045285. OLE color: 8045285.

HSL color Cylindrical-coordinate representation of color #E5C27A: hue angle of 40.37º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E5C27A is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB229194122-
CMYK00.150.470.10
HSL40.37º67.3%68.82%-
HSV(B)40.37º46.72%89.8%-
XYZ55.1256.6526.44-
YUV196.2686.1151.35-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.02%
GREEN value IS 194 (76.17% from 255) = 35.60%
BLUE value IS 122 (48.05% from 255) = 22.39%
R=42.02%
G=35.60%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919412200.150.470.1040.3767.368.82
HexE5C27A0F2FA284345
Octal345302172017571250103105
Binary1110010111000010111101001111101111101010100010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C27A; }

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

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

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

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

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

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

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

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