Html Css Color HEX #E2C180 Chalky

📋 copy color: '#E2C180'

red 226 ◦ green 193 ◦ blue 128

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

Shades of Chalky #E2C180

Tints of Chalky #E2C180

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.28%

 BLUE value IS 128 (50.39% from 255) = 23.4%

R = 41.32%
G = 35.28%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E2C180 (or 0xE2C180) is known color: Chalky. HEX triplet: E2, C1 and 80. RGB value is (226,193,128). Sum of RGB (Red+Green+Blue) = 226+193+128=547 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.32% from 547); Green value is 193 (75.78% from 255 or 35.28% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C180 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C180 is #1D3E7F. Grayscale: #C3C3C3. Windows color (decimal): -1916544 or 8438242. OLE color: 8438242.

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

Color convert

RGB 226 193 128 -
CMYK 0 0.15 0.43 0.11
HSL 39.8º 0.63% 0.69% -
HSV(B) 39.8º 0.43% 0.89% -
XYZ 54.33 55.87 28.34 -
YUV 195.46 89.93 149.79 -
System Red Green Blue C M Y K H S L
Decimal 226 193 128 0 0.15 0.43 0.11 39.8 0.63 0.69
Hex E2 C1 80 0 F 2B B 28 3F 45
Octal 342 301 200 0 17 53 13 50 77 105
Binary 11100010 11000001 10000000 0 1111 101011 1011 101000 111111 1000101

Color Harmonies of #E2C180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C180

Black with #E2C180

Text Example


Text Example

White with #E2C180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C180; }

 p { color: rgb(226,193,128); }

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

background-color css

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

 a { background-color: rgb(226,193,128); }

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

border-color css

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

 span { border-color: rgb(226,193,128); }

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