#E0C07F

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

Shades of Chalky #E0C07F

Tints of Chalky #E0C07F

Color information

#E0C07F (or 0xE0C07F) is unknown color: approx Chalky. HEX triplet: E0, C0 and 7F. RGB value is (224,192,127). Sum of RGB (Red+Green+Blue) = 224+192+127=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 127 (50% from 255 or 23.39% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C07F is #1F3F80. Grayscale: #C2C2C2. Windows color (decimal): -2047873 or 8372448. OLE color: 8372448.

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

Color convert

RGB224192127-
CMYK00.140.430.12
HSL40.21º61.01%68.82%-
HSV(B)40.21º43.3%87.84%-
XYZ53.4255.0827.89-
YUV194.1690.1149.29-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.25%
GREEN value IS 192 (75.39% from 255) = 35.36%
BLUE value IS 127 (50% from 255) = 23.39%
R=41.25%
G=35.36%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419212700.140.430.1240.2161.0168.82
HexE0C07F0E2BC283d45
Octal34030017701653145075105
Binary111000001100000011111110111010101111001010001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C07F; }

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

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

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

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

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

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

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

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