Html Css Color HEX #E1C780 Chalky

📋 copy color: '#E1C780'

red 225 ◦ green 199 ◦ blue 128

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

Shades of Chalky #E1C780

Tints of Chalky #E1C780

RGB

 RED value IS 225 (88.28% from 255) = 40.76%

 GREEN value IS 199 (78.13% from 255) = 36.05%

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

R = 40.76%
G = 36.05%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E1C780 (or 0xE1C780) is known color: Chalky. HEX triplet: E1, C7 and 80. RGB value is (225,199,128). Sum of RGB (Red+Green+Blue) = 225+199+128=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 199 (78.12% from 255 or 36.05% from 552); Blue value is 128 (50.39% from 255 or 23.19% from 552); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C780 is #1E387F. Grayscale: #C6C6C6. Windows color (decimal): -1980544 or 8439777. OLE color: 8439777.

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

Color convert

RGB 225 199 128 -
CMYK 0 0.12 0.43 0.12
HSL 43.92º 0.62% 0.69% -
HSV(B) 43.92º 0.43% 0.88% -
XYZ 55.37 58.41 28.78 -
YUV 198.68 88.11 146.77 -
System Red Green Blue C M Y K H S L
Decimal 225 199 128 0 0.12 0.43 0.12 43.92 0.62 0.69
Hex E1 C7 80 0 C 2B C 2C 3E 45
Octal 341 307 200 0 14 53 14 54 76 105
Binary 11100001 11000111 10000000 0 1100 101011 1100 101100 111110 1000101

Color Harmonies of #E1C780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C780

Black with #E1C780

Text Example


Text Example

White with #E1C780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C780; }

 p { color: rgb(225,199,128); }

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

background-color css

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

 a { background-color: rgb(225,199,128); }

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

border-color css

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

 span { border-color: rgb(225,199,128); }

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