Html Css Color HEX #E0C780 Chalky

📋 copy color: '#E0C780'

red 224 ◦ green 199 ◦ blue 128

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

Shades of Chalky #E0C780

Tints of Chalky #E0C780

RGB

 RED value IS 224 (87.89% from 255) = 40.65%

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

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

R = 40.65%
G = 36.12%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E0C780 (or 0xE0C780) is known color: Chalky. HEX triplet: E0, C7 and 80. RGB value is (224,199,128). Sum of RGB (Red+Green+Blue) = 224+199+128=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 199 (78.12% from 255 or 36.12% from 551); Blue value is 128 (50.39% from 255 or 23.23% from 551); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C780 is #1F387F. Grayscale: #C6C6C6. Windows color (decimal): -2046080 or 8439776. OLE color: 8439776.

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

Color convert

RGB 224 199 128 -
CMYK 0 0.11 0.43 0.12
HSL 44.38º 0.61% 0.69% -
HSV(B) 44.38º 0.43% 0.88% -
XYZ 55.06 58.25 28.76 -
YUV 198.38 88.28 146.27 -
System Red Green Blue C M Y K H S L
Decimal 224 199 128 0 0.11 0.43 0.12 44.38 0.61 0.69
Hex E0 C7 80 0 B 2B C 2C 3D 45
Octal 340 307 200 0 13 53 14 54 75 105
Binary 11100000 11000111 10000000 0 1011 101011 1100 101100 111101 1000101

Color Harmonies of #E0C780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C780

Black with #E0C780

Text Example


Text Example

White with #E0C780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C780; }

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

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

background-color css

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

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

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

border-color css

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

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

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