#E6C279

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

Shades of Chalky #E6C279

Tints of Chalky #E6C279

Color information

#E6C279 (or 0xE6C279) is unknown color: approx Chalky. HEX triplet: E6, C2 and 79. RGB value is (230,194,121). Sum of RGB (Red+Green+Blue) = 230+194+121=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 121 (47.66% from 255 or 22.20% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C279 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C279 is #193D86. Grayscale: #C4C4C4. Windows color (decimal): -1654151 or 7979750. OLE color: 7979750.

HSL color Cylindrical-coordinate representation of color #E6C279: hue angle of 40.18º degrees, saturation: 0.69, 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 #E6C279 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB230194121-
CMYK00.160.470.10
HSL40.18º68.55%68.82%-
HSV(B)40.18º47.39%90.2%-
XYZ55.3856.7926.13-
YUV196.4485.43151.94-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.20%
GREEN value IS 194 (76.17% from 255) = 35.60%
BLUE value IS 121 (47.66% from 255) = 22.20%
R=42.20%
G=35.60%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019412100.160.470.1040.1868.5568.82
HexE6C2790102FA284545
Octal346302171020571250105105
Binary11100110110000101111001010000101111101010100010001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C279; }

 p { color: rgb(230,194,121); }

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

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

 a { background-color: rgb(230,194,121); }

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

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

 span { border-color: rgb(230,194,121); }

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