Html Css Color HEX #E2C079 Chalky

📋 copy color: '#E2C079'

red 226 ◦ green 192 ◦ blue 121

#E2C079
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chalky #E2C079

Tints of Chalky #E2C079

RGB

 RED value IS 226 (88.67% from 255) = 41.93%

 GREEN value IS 192 (75.39% from 255) = 35.62%

 BLUE value IS 121 (47.66% from 255) = 22.45%

R = 41.93%
G = 35.62%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E2C079 (or 0xE2C079) is known color: Chalky. HEX triplet: E2, C0 and 79. RGB value is (226,192,121). Sum of RGB (Red+Green+Blue) = 226+192+121=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 121 (47.66% from 255 or 22.45% from 539); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C079 is #1D3F86. Grayscale: #C2C2C2. Windows color (decimal): -1916807 or 7979234. OLE color: 7979234.

HSL color Cylindrical-coordinate representation of color #E2C079: hue angle of 40.57º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E2C079 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 192 121 -
CMYK 0 0.15 0.46 0.11
HSL 40.57º 0.64% 0.68% -
HSV(B) 40.57º 0.46% 0.89% -
XYZ 53.66 55.25 25.92 -
YUV 194.07 86.76 150.77 -
System Red Green Blue C M Y K H S L
Decimal 226 192 121 0 0.15 0.46 0.11 40.57 0.64 0.68
Hex E2 C0 79 0 F 2E B 29 40 44
Octal 342 300 171 0 17 56 13 51 100 104
Binary 11100010 11000000 1111001 0 1111 101110 1011 101001 1000000 1000100

Color Harmonies of #E2C079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C079

Black with #E2C079

Text Example


Text Example

White with #E2C079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C079; }

 p { color: rgb(226,192,121); }

 H1.HeaderClassName
 {
   color: #E2C079;
 }
 .AnyTagClassName
 {
   color: #E2C079;
 }
</style>

background-color css

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

 a { background-color: rgb(226,192,121); }

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

border-color css

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

 span { border-color: rgb(226,192,121); }

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