#E0C67A

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

Shades of Chalky #E0C67A

Tints of Chalky #E0C67A

Color information

#E0C67A (or 0xE0C67A) is unknown color: approx Chalky. HEX triplet: E0, C6 and 7A. RGB value is (224,198,122). Sum of RGB (Red+Green+Blue) = 224+198+122=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 198 (77.73% from 255 or 36.40% from 544); Blue value is 122 (48.05% from 255 or 22.43% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C67A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C67A is #1F3985. Grayscale: #C5C5C5. Windows color (decimal): -2046342 or 8046304. OLE color: 8046304.

HSL color Cylindrical-coordinate representation of color #E0C67A: hue angle of 44.71º degrees, saturation: 0.62, 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 #E0C67A is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB224198122-
CMYK00.120.460.12
HSL44.71º62.2%67.84%-
HSV(B)44.71º45.54%87.84%-
XYZ54.4557.6426.67-
YUV197.1185.61147.18-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.18%
GREEN value IS 198 (77.73% from 255) = 36.40%
BLUE value IS 122 (48.05% from 255) = 22.43%
R=41.18%
G=36.40%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419812200.120.460.1244.7162.267.84
HexE0C67A0C2EC2d3e44
Octal34030617201456145576104
Binary111000001100011011110100110010111011001011011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C67A; }

 p { color: rgb(224,198,122); }

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

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

 a { background-color: rgb(224,198,122); }

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

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

 span { border-color: rgb(224,198,122); }

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