Html Css Color HEX #E0C680 Chalky

📋 copy color: '#E0C680'

red 224 ◦ green 198 ◦ blue 128

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

Shades of Chalky #E0C680

Tints of Chalky #E0C680

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36%

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

R = 40.73%
G = 36%
B = 23.27%

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

#E0C680 (or 0xE0C680) is known color: Chalky. HEX triplet: E0, C6 and 80. RGB value is (224,198,128). Sum of RGB (Red+Green+Blue) = 224+198+128=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 198 (77.73% from 255 or 36% from 550); Blue value is 128 (50.39% from 255 or 23.27% from 550); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C680 is #1F397F. Grayscale: #C6C6C6. Windows color (decimal): -2046336 or 8439520. OLE color: 8439520.

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

Color convert

RGB 224 198 128 -
CMYK 0 0.12 0.43 0.12
HSL 43.75º 0.61% 0.69% -
HSV(B) 43.75º 0.43% 0.88% -
XYZ 54.83 57.79 28.69 -
YUV 197.79 88.61 146.69 -
System Red Green Blue C M Y K H S L
Decimal 224 198 128 0 0.12 0.43 0.12 43.75 0.61 0.69
Hex E0 C6 80 0 C 2B C 2C 3D 45
Octal 340 306 200 0 14 53 14 54 75 105
Binary 11100000 11000110 10000000 0 1100 101011 1100 101100 111101 1000101

Color Harmonies of #E0C680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C680

Black with #E0C680

Text Example


Text Example

White with #E0C680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C680; }

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

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

background-color css

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

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

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

border-color css

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

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

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