#E0C27F

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

Shades of Chalky #E0C27F

Tints of Chalky #E0C27F

Color information

#E0C27F (or 0xE0C27F) is unknown color: approx Chalky. HEX triplet: E0, C2 and 7F. RGB value is (224,194,127). Sum of RGB (Red+Green+Blue) = 224+194+127=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 127 (50% from 255 or 23.30% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C27F is #1F3D80. Grayscale: #C3C3C3. Windows color (decimal): -2047361 or 8372960. OLE color: 8372960.

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

Color convert

RGB224194127-
CMYK00.130.430.12
HSL41.44º61.01%68.82%-
HSV(B)41.44º43.3%87.84%-
XYZ53.8655.9628.04-
YUV195.3389.44148.45-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.10%
GREEN value IS 194 (76.17% from 255) = 35.60%
BLUE value IS 127 (50% from 255) = 23.30%
R=41.10%
G=35.60%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419412700.130.430.1241.4461.0168.82
HexE0C27F0D2BC293d45
Octal34030217701553145175105
Binary111000001100001011111110110110101111001010011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C27F; }

 p { color: rgb(224,194,127); }

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

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

 a { background-color: rgb(224,194,127); }

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

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

 span { border-color: rgb(224,194,127); }

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